qmsk_www/wsgi.py
changeset 191 d04496d8beed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qmsk_www/wsgi.py	Sat Sep 13 23:46:44 2014 +0300
@@ -0,0 +1,14 @@
+"""
+WSGI config for qmsk_www 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_www.settings")
+
+from django.core.wsgi import get_wsgi_application
+application = get_wsgi_application()