Mercurial > public > sg101
diff gpp/settings/production.py @ 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 | 3fd369e1197f |
children | c2ba9c3395da |
line wrap: on
line diff
--- 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