summaryrefslogtreecommitdiff
path: root/forums/wsgi.py
diff options
context:
space:
mode:
authorJayaram Pai2014-01-24 11:03:35 +0530
committerJayaram Pai2014-01-24 11:03:35 +0530
commitaa874ae1e64753a926aa6783dea2ad4ccb300973 (patch)
tree5fc946df3592f9ed5953b724d80302e3206a68aa /forums/wsgi.py
parent9f7c82e28316490ff479e31eb7b50db1e6ef1cd8 (diff)
downloadFOSSEE-Forum-aa874ae1e64753a926aa6783dea2ad4ccb300973.tar.gz
FOSSEE-Forum-aa874ae1e64753a926aa6783dea2ad4ccb300973.tar.bz2
FOSSEE-Forum-aa874ae1e64753a926aa6783dea2ad4ccb300973.zip
fixed the ajax notificaion for QuestionDetailsEdit, changed wsgi.py
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 3a52e8b..728eed4 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