| changeset 126 | a345f1a67bf1 |
| parent 0 | 81e7900b06a7 |
--- a/src/p4l/wsgi.py Mon Sep 30 16:25:14 2013 +0200 +++ b/src/p4l/wsgi.py Tue Oct 01 02:14:08 2013 +0200 @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ WSGI config for p4l project. @@ -13,6 +14,7 @@ framework. """ + import os # We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks