buildout.cfg
changeset 151 f85b864f5f8b
parent 121 78d082337ca4
child 269 6910c4dff916
--- a/buildout.cfg	Thu Jul 22 19:54:31 2010 +0530
+++ b/buildout.cfg	Thu Jul 22 19:55:14 2010 +0530
@@ -1,16 +1,23 @@
 [buildout]
-parts = django tagging
+parts = django tagging django-robots
 eggs = 
     Werkzeug
     PIL
+    docutils
 
 [django]
 recipe = djangorecipe
 version = 1.2.1
 settings = production
 eggs = ${buildout:eggs}
-pythonpath = ${tagging:location}
+pythonpath = 
+    ${tagging:location}
+    ${django-robots:location}
 
 [tagging]
 recipe = infrae.subversion
 urls = http://django-tagging.googlecode.com/svn/trunk/ .
+
+[django-robots]
+recipe = mercurialrecipe
+repository = http://bitbucket.org/jezdez/django-robots/