buildout.cfg
branchbuildout
changeset 227 3c8f3b0e5b00
child 230 f1a789359ec8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildout.cfg	Thu Jan 06 19:07:04 2011 +0530
@@ -0,0 +1,36 @@
+[buildout]
+parts = django tagging django-robots south registration
+eggs = 
+    python-pgsql
+    PIL
+
+
+[django]
+recipe = djangorecipe
+version = 1.2.4
+project = pytask
+settings = settings
+eggs =
+    ${buildout:eggs}
+pythonpath = 
+    ${tagging:location}
+    ${django-robots:location}
+    ${south:location}
+    ${registration:location}
+
+[tagging]
+recipe = infrae.subversion
+urls = http://django-tagging.googlecode.com/svn/trunk/ .
+
+[django-robots]
+recipe = mercurialrecipe
+repository = http://bitbucket.org/jezdez/django-robots/
+
+[south]
+recipe = mercurialrecipe
+repository = http://bitbucket.org/andrewgodwin/south/
+
+[registration]
+recipe = mercurialrecipe
+repository = http://bitbucket.org/ubernostrum/django-registration/
+