From 3f29520496a8a840bffbab43b3036b65017b294d Mon Sep 17 00:00:00 2001 From: Tom Price Date: Fri, 24 Apr 2015 17:06:22 +0100 Subject: [PATCH] Fix typo --- PyRIGS/wsgi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PyRIGS/wsgi.py b/PyRIGS/wsgi.py index 482f3921..07f922a1 100644 --- a/PyRIGS/wsgi.py +++ b/PyRIGS/wsgi.py @@ -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