buildout.cfg
changeset 552 4ad59c93c2bd
parent 519 84709567f47a
--- 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/