summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin speleo <martin.speleo@gmail.com>2009-07-04 00:26:12 +0100
committermartin speleo <martin.speleo@gmail.com>2009-07-04 00:26:12 +0100
commit92635f6f684e846c8b287040a40375211fc7e408 (patch)
tree83a4ae55164144888e18d46f8dd1c8c7822bc109
parent65ef255b99fdb92fefe6c25c2aa3c3ab43040b53 (diff)
downloadtroggle-92635f6f684e846c8b287040a40375211fc7e408.tar.gz
troggle-92635f6f684e846c8b287040a40375211fc7e408.tar.bz2
troggle-92635f6f684e846c8b287040a40375211fc7e408.zip
[svn] Change to get js in admin work for feincms
-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