Files @ 8dac027fff92
Branch filter:

Location: symposion_app/symposion/wsgi.py

James Tauber
Update master
from django.core.handlers.wsgi import WSGIHandler

import pinax.env


# setup the environment for Django and Pinax
pinax.env.setup_environ(__file__)


# set application for WSGI processing
application = WSGIHandler()