File diff 827c719a42ed → 75ffbf8c8b18
testproject/testproject/wsgi.py
Show inline comments
 
file copied from projtest/projtest/wsgi.py to testproject/testproject/wsgi.py
 
@@ -20,7 +20,7 @@
 

	
 

	
 
"""
 
WSGI config for projtest project.
 
WSGI config for testproject project.
 

	
 
This module contains the WSGI application used by Django's development server
 
and any production WSGI deployments. It should expose a module-level variable
 
@@ -36,7 +36,7 @@ framework.
 
"""
 
import os
 

	
 
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "projtest.settings")
 
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "testproject.settings")
 

	
 
# This application object is used by any WSGI server configured to use this
 
# file. This includes Django's development server, if the WSGI_APPLICATION