# HG changeset patch # User Madhusudan.C.S # Date 1295367913 -19800 # Node ID 14a7648a8699efc27fa9e222ead4f10e2a949fc9 # Parent 6f5a60ce7d2539b7a0e3f5e5c5507fac15221257 Add support to werkzeug and the most sought after django command extensions app. diff -r 6f5a60ce7d25 -r 14a7648a8699 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