# HG changeset patch # User Brian Neal # Date 1365560970 18000 # Node ID f00199f1524ca0f17bd7d7c9dd88cc78c0aa8b3d # Parent ee491a3f486d1fb118f4b167041b9f7a2c69c96b Changes for running in a virtualenv on the new server jaguar. diff -r ee491a3f486d -r f00199f1524c bns_website/apache/bns.wsgi --- a/bns_website/apache/bns.wsgi Sat Mar 09 18:03:07 2013 -0600 +++ b/bns_website/apache/bns.wsgi Tue Apr 09 21:29:30 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) diff -r ee491a3f486d -r f00199f1524c requirements.txt --- a/requirements.txt Sat Mar 09 18:03:07 2013 -0600 +++ b/requirements.txt Tue Apr 09 21:29:30 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: