This commit is contained in:
Tom Price
2015-04-24 17:06:22 +01:00
parent dbf89ad7f9
commit dc425122e6

View File

@@ -7,7 +7,6 @@ For more information on this file, see
https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
"""
import os
Add a comment to this line
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "PyRIGS.settings")
from django.core.wsgi import get_wsgi_application