Mercurial > public > sg101
diff gpp/settings/local.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 | 1a09a7bea000 |
children | 3fe2eced1be7 |
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 = {