diff options
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/buildout.cfg b/buildout.cfg index 5acd629..fc620c4 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -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/ . |