File diff 87f14b8015fa → b06daba446a6
symposion/wsgi.py
Show inline comments
 
new file 100644
 
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()
...
 
\ No newline at end of file