qmsk_pngtile/wsgi.py
changeset 237 6698dabcc425
parent 191 d04496d8beed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qmsk_pngtile/wsgi.py	Sat Oct 04 14:36:02 2014 +0300
@@ -0,0 +1,14 @@
+"""
+WSGI config for qmsk_pngtile 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.7/howto/deployment/wsgi/
+"""
+
+import os
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "qmsk_pngtile.settings")
+
+from django.core.wsgi import get_wsgi_application
+application = get_wsgi_application()