diff bns_website/apache/bns.wsgi @ 106:52d963f92251

Merge with production changes.
author Brian Neal <bgneal@gmail.com>
date Tue, 15 Oct 2013 20:51:35 -0500
parents f00199f1524c
children
line wrap: on
line diff
--- a/bns_website/apache/bns.wsgi	Tue Oct 15 20:50:29 2013 -0500
+++ b/bns_website/apache/bns.wsgi	Tue Oct 15 20:51:35 2013 -0500
@@ -1,8 +1,11 @@
 import os
+import site
 import sys
 
 OFFLINE = False
 
+site.addsitedir('/svr/django-sites/bns/lib/python2.7/site-packages')
+
 here = os.path.dirname(__file__)
 website = os.path.dirname(here)
 repo = os.path.dirname(website)