buildout.cfg
changeset 103 034dc9cd752e
parent 96 178b89a3ca4f
child 121 78d082337ca4
--- a/buildout.cfg	Wed Jul 14 19:34:34 2010 +0530
+++ b/buildout.cfg	Thu Jul 15 00:50:16 2010 +0530
@@ -1,18 +1,14 @@
 [buildout]
 parts = django tagging
-eggs = 
-    Werkzeug
-    MySQL-python
+eggs = Werkzeug
 
 [django]
 recipe = djangorecipe
 version = 1.2.1
-settings = development
-eggs =
-    ${buildout:eggs}
-pythonpath =
-    ${tagging:location}
+settings = production
+eggs = ${buildout:eggs}
+pythonpath = ${tagging:location}
 
 [tagging]
 recipe = infrae.subversion
-urls = http://django-tagging.googlecode.com/svn/trunk/ .
\ No newline at end of file
+urls = http://django-tagging.googlecode.com/svn/trunk/ .