From 3c0dce89d456c04767ec3607d9de1c9c8056a6ee Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 13 Jun 2018 13:42:47 +0200 Subject: Remove python pwman --- src/pwman/wsgi.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/pwman/wsgi.py (limited to 'src/pwman/wsgi.py') diff --git a/src/pwman/wsgi.py b/src/pwman/wsgi.py deleted file mode 100644 index 3719d7f..0000000 --- a/src/pwman/wsgi.py +++ /dev/null @@ -1,16 +0,0 @@ -""" -WSGI config for pwman project. - -It exposes the WSGI callable as a module-level variable named ``application``. - -For more information on this file, see -https://docs.djangoproject.com/en/1.11/howto/deployment/wsgi/ -""" - -import os - -from django.core.wsgi import get_wsgi_application - -os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pwman.settings") - -application = get_wsgi_application() -- cgit v1.1