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