summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index ced854e..99624e7 100644
--- a/settings.py
+++ b/settings.py
@@ -90,6 +90,6 @@ INSTALLED_APPS = (
'feincms' #This is a little content management app that does the javascript admin page for mptt.
)
-FEINCMS_ADMIN_MEDIA=MEDIA_URL
+FEINCMS_ADMIN_MEDIA=MEDIA_URL + 'feincms/'
from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars. \ No newline at end of file