From ab8b798547e82ca79882ba28b1920077c803425f Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 5 Apr 2019 18:24:32 +0100 Subject: pysite -> pydis_site --- pysite/wsgi.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pysite/wsgi.py (limited to 'pysite/wsgi.py') diff --git a/pysite/wsgi.py b/pysite/wsgi.py deleted file mode 100644 index 0a7ca6bd..00000000 --- a/pysite/wsgi.py +++ /dev/null @@ -1,16 +0,0 @@ -""" -WSGI config for pysite 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/2.1/howto/deployment/wsgi/ -""" - -import os - -from django.core.wsgi import get_wsgi_application - -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'pysite.settings') - -application = get_wsgi_application() -- cgit v1.2.3