comparison 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
comparison
equal deleted inserted replaced
105:f3a275a53bc6 106:52d963f92251
1 import os 1 import os
2 import site
2 import sys 3 import sys
3 4
4 OFFLINE = False 5 OFFLINE = False
6
7 site.addsitedir('/svr/django-sites/bns/lib/python2.7/site-packages')
5 8
6 here = os.path.dirname(__file__) 9 here = os.path.dirname(__file__)
7 website = os.path.dirname(here) 10 website = os.path.dirname(here)
8 repo = os.path.dirname(website) 11 repo = os.path.dirname(website)
9 project = os.path.dirname(repo) 12 project = os.path.dirname(repo)