forked from sveetch/sveetch-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.cfg
14 lines (13 loc) · 907 Bytes
/
development.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[buildout]
extends = buildout.cfg
eggs += django-urls-map
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/cible/djangocodemirror.git#egg=djangocodemirror
git+git://github.com/cible/sveeaccounts.git#egg=sveeaccounts
git+git://github.com/sveetch/sveedocuments.git#egg=sveedocuments
git+git://github.com/cible/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