From ef44d89b1a256bf391158bb6b08bf9a793b84d8e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 25 Aug 2013 18:54:57 +0200 Subject: Fix messup between static and media files --- example_project/local_settings.py.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example_project/local_settings.py.sample') diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index 763dcb938..901c7d3a8 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -24,7 +24,8 @@ DATABASES = { } ROOT_URLCONF = 'example_project.urls' -MEDIA_URL = 'http://mydomain/static/' +STATIC_URL = 'http://mydomain/static/' +MEDIA_URL = 'http://mydomain/media/' DEBUG = False DEBUG_TOOLBAR = False -- cgit v1.2.3