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