Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
552:9e42e6618168 | 553:abc4be5a82e5 |
---|---|
27 'debug_toolbar.middleware.DebugToolbarMiddleware') | 27 'debug_toolbar.middleware.DebugToolbarMiddleware') |
28 INSTALLED_APPS.append('debug_toolbar') | 28 INSTALLED_APPS.append('debug_toolbar') |
29 DEBUG_TOOLBAR_CONFIG = { | 29 DEBUG_TOOLBAR_CONFIG = { |
30 'INTERCEPT_REDIRECTS': True, | 30 'INTERCEPT_REDIRECTS': True, |
31 } | 31 } |
32 | |
33 # Path to elsewhere application static images | |
34 STATICFILES_DIRS.append(('elsewhere', | |
35 '/home/brian/coding/python/django/3rdparty/elsewhere/img')) | |
36 | 32 |
37 # Logging configuration | 33 # Logging configuration |
38 | 34 |
39 LOGGING = { | 35 LOGGING = { |
40 'version': 1, | 36 'version': 1, |