vale981_fahrschule/fahrschule_vale981/wsgi.py
2014-04-10 20:07:46 +02:00

14 lines
411 B
Python

"""
WSGI config for fahrschule_vale981 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.6/howto/deployment/wsgi/
"""
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "fahrschule_vale981.settings")
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()