-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdevelopment.cfg
15 lines (14 loc) · 950 Bytes
/
development.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[buildout]
extends = buildout.cfg
eggs += django-urls-map
sphinx-autobuild
vcs-extend-develop += git+git://github.com/sveetch/rstview.git#egg=rstview
git+git://github.com/sveetch/crispy-forms-foundation.git#egg=crispy-forms-foundation
git+git://github.com/sveetch/autobreadcrumbs.git#egg=autobreadcrumbs
git+git://github.com/sveetch/djangocodemirror.git#egg=djangocodemirror
git+git://github.com/sveetch/sveeaccounts.git#egg=sveeaccounts
git+git://github.com/sveetch/sveedocuments.git#egg=sveedocuments
git+git://github.com/sveetch/djangotribune.git#egg=djangotribune
git+git://github.com/emencia/django-filebrowser-no-grappelli-emencia.git#egg=django-filebrowser-no-grappelli-emencia
[VARS]
SETTINGS = settings_development