summaryrefslogtreecommitdiff
path: root/forums/wsgi.py
diff options
context:
space:
mode:
authorJayaram Pai2014-04-20 16:29:29 +0530
committerJayaram Pai2014-04-20 16:29:29 +0530
commita89a21f56fcc46bbf1049190959d343c3f9b1ce1 (patch)
treee94a1379b830d20e7aecec09315707795d533a2f /forums/wsgi.py
parent4614a1fa876a5ee2b089879a5bc46d1ab0ae7294 (diff)
downloadFOSSEE-Forum-a89a21f56fcc46bbf1049190959d343c3f9b1ce1.tar.gz
FOSSEE-Forum-a89a21f56fcc46bbf1049190959d343c3f9b1ce1.tar.bz2
FOSSEE-Forum-a89a21f56fcc46bbf1049190959d343c3f9b1ce1.zip
added questions page, other minor fixes, nicedit configs
Diffstat (limited to 'forums/wsgi.py')
-rw-r--r--forums/wsgi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/forums/wsgi.py b/forums/wsgi.py
index 728eed4..3901802 100644
--- a/forums/wsgi.py
+++ b/forums/wsgi.py
@@ -24,8 +24,8 @@ sys.path.append('/Sites/venv/forums/')
# os.environ["DJANGO_SETTINGS_MODULE"] = "forums.settings"
os.environ["DJANGO_SETTINGS_MODULE"] = "forums.settings"
-activate_this = '/Sites/venv/bin/activate_this.py'
-execfile(activate_this, dict(__file__=activate_this))
+# activate_this = '/Sites/venv/bin/activate_this.py'
+# execfile(activate_this, dict(__file__=activate_this))
# This application object is used by any WSGI server configured to use this
# file. This includes Django's development server, if the WSGI_APPLICATION