| author | ymh <ymh.work@gmail.com> |
| Mon, 17 Jun 2013 06:48:22 +0200 | |
| changeset 13 | 54775fd2381f |
| parent 12 | 79bd31a1410c |
| child 14 | 89870eed3f70 |
--- a/src/jocondelab/wsgi.py Mon Jun 17 05:54:48 2013 +0200 +++ b/src/jocondelab/wsgi.py Mon Jun 17 06:48:22 2013 +0200 @@ -25,7 +25,7 @@ # file. This includes Django's development server, if the WSGI_APPLICATION # setting points here. from django.core.wsgi import get_wsgi_application -_application = get_wsgi_application() +application = get_wsgi_application() # Apply WSGI middleware here. # from helloworld.wsgi import HelloWorldApplication