summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-25 18:54:57 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-25 18:54:57 +0200
commit4c009dfbdccfac94d6e6a99b8701205922cb2fac (patch)
treedcf341e6eee2834ac3eab1c6198f146bac766389 /example_project/settings.py
parent223aa279414dae547db923212babc0b5017745c0 (diff)
downloadIshtar-4c009dfbdccfac94d6e6a99b8701205922cb2fac.tar.bz2
Ishtar-4c009dfbdccfac94d6e6a99b8701205922cb2fac.zip
Fix messup between static and media files
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 718c6c31b..983339ee5 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -83,6 +83,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
+ "django.core.context_processors.static",
)
ROOT_URLCONF = 'example_project.urls'