1 # -*- coding: utf-8 -*-
2 # http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango
5 sys.path.append(os.path.dirname(os.path.dirname(__file__)))
6 os.environ['DJANGO_SETTINGS_MODULE'] = 'auf_zap.settings'
8 import django.core.handlers.wsgi
9 application = django.core.handlers.wsgi.WSGIHandler()