changeset 104:f00199f1524c

Changes for running in a virtualenv on the new server jaguar.
author Brian Neal <bgneal@gmail.com>
date Tue, 09 Apr 2013 21:29:30 -0500
parents ee491a3f486d
children 52d963f92251
files bns_website/apache/bns.wsgi requirements.txt
diffstat 2 files changed, 6 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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: