Add support to werkzeug and the most sought after django command extensions app.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 18 Jan 2011 21:55:13 +0530
changeset 465 14a7648a8699
parent 464 6f5a60ce7d25
child 466 8ecd503354de
Add support to werkzeug and the most sought after django command extensions app.
buildout.cfg
--- a/buildout.cfg	Tue Jan 18 17:34:57 2011 +0530
+++ b/buildout.cfg	Tue Jan 18 21:55:13 2011 +0530
@@ -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 @@
 eggs =
     ${buildout:eggs}
 pythonpath = 
+    ${django-command-extensions:location}
     ${tagging:location}
     ${django-robots:location}
     ${south:location}
@@ -32,3 +40,7 @@
 [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