diff --git a/demo/example/wsgi.py b/demo/example/wsgi.py index bc477b0..c73c1b9 100644 --- a/demo/example/wsgi.py +++ b/demo/example/wsgi.py @@ -13,6 +13,7 @@ framework. """ + import os from django.core.wsgi import get_wsgi_application