diff options
-rw-r--r-- | buildout.cfg | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg index 2dc4b2c..3eb6d03 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,8 +1,15 @@ [buildout] -parts = django tagging django-robots south registration +parts = + django + tagging + django-robots + south + registration + django-command-extensions eggs = PIL psycopg2 + Werkzeug [django] recipe = djangorecipe @@ -12,6 +19,7 @@ settings = settings eggs = ${buildout:eggs} pythonpath = + ${django-command-extensions:location} ${tagging:location} ${django-robots:location} ${south:location} @@ -32,3 +40,7 @@ repository = https://bitbucket.org/andrewgodwin/south/ [registration] recipe = mercurialrecipe repository = https://bitbucket.org/ubernostrum/django-registration/ + +[django-command-extensions] +recipe = zerokspot.recipe.git +repository = http://github.com/django-extensions/django-extensions.git
\ No newline at end of file |