diff options
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg index e0cf113..c4b4414 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -17,6 +17,8 @@ recipe = djangorecipe version = 1.2.4 project = pytask settings = settings +wsgi = true +wsgilog=wsgi.log eggs = ${buildout:eggs} pythonpath = @@ -33,7 +35,7 @@ urls = http://django-tagging.googlecode.com/svn/trunk/ . recipe = mercurialrecipe repository = https://bitbucket.org/jezdez/django-robots/ -[registration] +[registration]wsgilog recipe = mercurialrecipe repository = https://bitbucket.org/ubernostrum/django-registration/ |