Add wsgi option and log file option.
--- a/.hgignore Tue Feb 01 23:47:23 2011 +0530
+++ b/.hgignore Wed Feb 02 03:53:48 2011 +0530
@@ -42,3 +42,4 @@
*.db-journal
*.db
migrations
+wsgi.log
--- a/buildout.cfg Tue Feb 01 23:47:23 2011 +0530
+++ b/buildout.cfg Wed Feb 02 03:53:48 2011 +0530
@@ -17,6 +17,8 @@
version = 1.2.4
project = pytask
settings = settings
+wsgi = true
+wsgilog=wsgi.log
eggs =
${buildout:eggs}
pythonpath =
@@ -33,7 +35,7 @@
recipe = mercurialrecipe
repository = https://bitbucket.org/jezdez/django-robots/
-[registration]
+[registration]wsgilog
recipe = mercurialrecipe
repository = https://bitbucket.org/ubernostrum/django-registration/