# HG changeset patch # User Madhusudan.C.S # Date 1296599028 -19800 # Node ID 4ad59c93c2bda0ea56b423b857410d7bf0a9fdd1 # Parent 208c4d591b55d97e8a990c4008e2ab9824e15cd5 Add wsgi option and log file option. diff -r 208c4d591b55 -r 4ad59c93c2bd .hgignore --- 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 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/