changeset 650:7119e203381d

Changes for moving to jaguar hosted by Linode.
author Brian Neal <bgneal@gmail.com>
date Fri, 26 Apr 2013 15:36:15 -0500
parents 1445d318696a
children be6dd17f30e8
files requirements.txt sg101/apache/sg101.wsgi
diffstat 2 files changed, 15 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/requirements.txt	Sat Mar 23 13:59:18 2013 -0500
+++ b/requirements.txt	Fri Apr 26 15:36:15 2013 -0500
@@ -1,32 +1,30 @@
 Django==1.4.5
 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev
-MySQL-python==1.2.3
-django-debug-toolbar==0.8.5
+MySQL-python==1.2.4
 -e git+https://github.com/gremmie/django-elsewhere.git@af738d50efb143a86673a2edf258bb93706682c8#egg=django_elsewhere-dev
 django-haystack==1.2.7
 django-tagging==0.3.1
 gdata==2.0.15
 html5lib==0.90
-pytz==2011n
+pytz==2013b
 queued-search==1.0.4
 queues==0.6.1
-redis==2.4.10
+redis==2.7.2
 repoze.timeago==0.5
 xapian-haystack==1.1.5beta
-amqplib==1.0.2
-anyjson==0.3.1
+anyjson==0.3.3
 celery==2.4.5
 django-celery==2.4.2
-django-picklefield==0.1.9
-importlib==1.0.2
-kombu==1.5.1
-multiprocessing==2.6.2.1
-ordereddict==1.1
+django-picklefield==0.3.0
+kombu==2.5.10
 python-dateutil==1.5
 python-memcached==1.48
 wsgiref==0.1.2
 python-ts3==0.1
-docutils==0.9
+docutils==0.10
+amqp==1.0.11
+argparse==1.2.1
+six==1.3.0
 #
 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global
 # site-packages
--- a/sg101/apache/sg101.wsgi	Sat Mar 23 13:59:18 2013 -0500
+++ b/sg101/apache/sg101.wsgi	Fri Apr 26 15:36:15 2013 -0500
@@ -5,12 +5,12 @@
 
 OFFLINE = False
 
-site.addsitedir('/home/var/django-sites/virtualenvs/sg101/lib/python2.5/site-packages')
+site.addsitedir('/svr/django-sites/sg101/lib/python2.7/site-packages')
 
-sys.path.append('/home/var/django-sites/virtualenvs/sg101/sg101')
-sys.path.append('/home/var/django-sites/virtualenvs/sg101/sg101/tools')
+sys.path.append('/svr/django-sites/sg101/sg101')
+sys.path.append('/svr/django-sites/sg101/sg101/tools')
 
-os.environ['PYTHON_EGG_CACHE'] = '/home/var/django-sites/virtualenvs/sg101/eggs'
+os.environ['PYTHON_EGG_CACHE'] = '/svr/django-sites/sg101/eggs'
 os.environ['CELERY_LOADER'] = 'django'
 
 
@@ -24,7 +24,7 @@
         response = open(offline_file).read()
     else:
         response_headers = [('Content-type','text/plain')]
-        response = 'SG101 website maintenance in progress; please check back soon.'
+        response = 'SurfGuitar101.com website maintenance in progress; please check back soon.'
  
     if environ['REQUEST_METHOD'] == 'GET':
         status = '503 Service Unavailable'