Mercurial > public > sg101
changeset 553:abc4be5a82e5
Prepare to use my forked version of elsewhere that has staticfiles support.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 Jan 2012 20:24:15 -0600 |
parents | 9e42e6618168 |
children | 1bd184f3e87b 70722b7d10af |
files | gpp/settings/local.py gpp/settings/production.py |
diffstat | 2 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/settings/local.py Wed Jan 25 20:07:03 2012 -0600 +++ b/gpp/settings/local.py Thu Jan 26 20:24:15 2012 -0600 @@ -30,10 +30,6 @@ 'INTERCEPT_REDIRECTS': True, } -# Path to elsewhere application static images -STATICFILES_DIRS.append(('elsewhere', - '/home/brian/coding/python/django/3rdparty/elsewhere/img')) - # Logging configuration LOGGING = {
--- a/gpp/settings/production.py Wed Jan 25 20:07:03 2012 -0600 +++ b/gpp/settings/production.py Thu Jan 26 20:24:15 2012 -0600 @@ -15,10 +15,6 @@ }, } -# Path to elsewhere application static images -STATICFILES_DIRS.append(('elsewhere', - '/home/var/django-sites/virtualenvs/sg101/src/django-elsewhere/elsewhere/img')) - STATIC_ROOT = os.path.abspath(os.path.join(PROJECT_PATH, '..', 'static_serve')) # Used cached template loader