# HG changeset patch # User Brian Neal # Date 1327631055 21600 # Node ID abc4be5a82e597bd034472660f6e302b3710ba22 # Parent 9e42e661816814ee93e911cac2059a7766ee666c Prepare to use my forked version of elsewhere that has staticfiles support. diff -r 9e42e6618168 -r abc4be5a82e5 gpp/settings/local.py --- 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 = { diff -r 9e42e6618168 -r abc4be5a82e5 gpp/settings/production.py --- 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