Set up to be distributed as a PyPi package
[tickle] / core / wsgi.py
diff --git a/core/wsgi.py b/core/wsgi.py
deleted file mode 100644 (file)
index 24617d3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-"""
-WSGI config for core 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/3.1/howto/deployment/wsgi/
-"""
-
-import os
-
-from django.core.wsgi import get_wsgi_application
-
-os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'core.settings')
-
-application = get_wsgi_application()