symposion_app/symposion_project/wsgi.py
2012-02-05 13:53:49 -05:00

11 lines
No EOL
216 B
Python

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()