Mercurial > public > sg101
diff gpp/settings/production.py @ 511:5794e3414596
Converted production environment to a virtualenv; had to tweak some paths and the .wsgi file accordingly.
I also added packages in preparation for working with Celery, so I updated the requirements file according to production.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 11 Dec 2011 19:50:32 +0000 |
parents | 1a09a7bea000 |
children | 3fd369e1197f |
line wrap: on
line diff
--- a/gpp/settings/production.py Thu Dec 08 02:25:22 2011 +0000 +++ b/gpp/settings/production.py Sun Dec 11 19:50:32 2011 +0000 @@ -17,7 +17,7 @@ # Path to elsewhere application static images STATICFILES_DIRS.append(('elsewhere', - '/home/var/django-sites/sg101/3rdparty/elsewhere/img')) + '/home/var/django-sites/virtualenvs/sg101/src/django-elsewhere/elsewhere/img')) STATIC_ROOT = os.path.abspath(os.path.join(PROJECT_PATH, '..', 'static_serve'))