Files @ 6d9c1c2e5f49
Branch filter:

Location: symposion_app/symposion_project/wsgi.py

Luke Hatcher
temporarily include pycon module containing advanced sponsorship app
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()