Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
510:e6298cde9cc9 | 511:5794e3414596 |
---|---|
15 }, | 15 }, |
16 } | 16 } |
17 | 17 |
18 # Path to elsewhere application static images | 18 # Path to elsewhere application static images |
19 STATICFILES_DIRS.append(('elsewhere', | 19 STATICFILES_DIRS.append(('elsewhere', |
20 '/home/var/django-sites/sg101/3rdparty/elsewhere/img')) | 20 '/home/var/django-sites/virtualenvs/sg101/src/django-elsewhere/elsewhere/img')) |
21 | 21 |
22 STATIC_ROOT = os.path.abspath(os.path.join(PROJECT_PATH, '..', 'static_serve')) | 22 STATIC_ROOT = os.path.abspath(os.path.join(PROJECT_PATH, '..', 'static_serve')) |
23 | 23 |
24 # Used cached template loader | 24 # Used cached template loader |
25 TEMPLATE_LOADERS = [ | 25 TEMPLATE_LOADERS = [ |