diff options
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | buildout.cfg | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -42,3 +42,4 @@ apache/* *.db-journal *.db migrations +wsgi.log 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/ |