Add wsgi option and log file option.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Wed, 02 Feb 2011 03:53:48 +0530
changeset 552 4ad59c93c2bd
parent 551 208c4d591b55
child 553 9984a18dda42
Add wsgi option and log file option.
.hgignore
buildout.cfg
--- 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/