diff -r 208c4d591b55 -r 4ad59c93c2bd buildout.cfg --- 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/