Mercurial > public > bravenewsurf
changeset 106:52d963f92251
Merge with production changes.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 15 Oct 2013 20:51:35 -0500 |
parents | f3a275a53bc6 (current diff) f00199f1524c (diff) |
children | 89d0511cb5c2 |
files | |
diffstat | 2 files changed, 6 insertions(+), 10 deletions(-) [+] |
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)
--- a/requirements.txt Tue Oct 15 20:50:29 2013 -0500 +++ b/requirements.txt Tue Oct 15 20:51:35 2013 -0500 @@ -1,13 +1,6 @@ Django==1.3.7 -distribute==0.6.19 -django-debug-toolbar==0.8.5 +MySQL-python==1.2.4 +argparse==1.2.1 gdata==2.0.15 +python-memcached==1.48 wsgiref==0.1.2 -yolk==0.4.1 -Fabric==1.4.3 -MySQL-python==1.2.3 -argparse==1.2.1 -pycrypto==2.6 -ssh==1.7.14 -## The following requirements were added by pip --freeze: -## The following requirements were added by pip --freeze: