summaryrefslogtreecommitdiff
path: root/ishtar_public/wsgi.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne@peacefrogs.net>2019-08-26 13:19:42 +0200
committerÉtienne Loks <etienne@peacefrogs.net>2019-08-26 13:19:42 +0200
commit55e0894e41c06d33072e5d161ca5135ded5cdc6b (patch)
tree8337a1550238691fe2be6a797069bab9ea0fcb72 /ishtar_public/wsgi.py
parent87b2f787b3305984c60c658bd0754cb65107a596 (diff)
downloadishtar-pergamon-55e0894e41c06d33072e5d161ca5135ded5cdc6b.tar.bz2
ishtar-pergamon-55e0894e41c06d33072e5d161ca5135ded5cdc6b.zip
ishtar_public -> pergamon
Diffstat (limited to 'ishtar_public/wsgi.py')
-rw-r--r--ishtar_public/wsgi.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/ishtar_public/wsgi.py b/ishtar_public/wsgi.py
deleted file mode 100644
index 8b67569..0000000
--- a/ishtar_public/wsgi.py
+++ /dev/null
@@ -1,16 +0,0 @@
-"""
-WSGI config for ishtar_public 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.2/howto/deployment/wsgi/
-"""
-
-import os
-
-from django.core.wsgi import get_wsgi_application
-
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ishtar_public.settings.dev")
-
-application = get_wsgi_application()