diff options
author | martin speleo <martin.speleo@gmail.com> | 2009-07-04 00:26:12 +0100 |
---|---|---|
committer | martin speleo <martin.speleo@gmail.com> | 2009-07-04 00:26:12 +0100 |
commit | 82cc8e1fe79f94dc2986961cf594ae2fedb63326 (patch) | |
tree | 964e78636969cee3799d78a83586a4fcc2bb1414 | |
parent | 64db29fa9888607ad1ca47ab9ca96bcb4ea3271f (diff) | |
download | troggle-82cc8e1fe79f94dc2986961cf594ae2fedb63326.tar.gz troggle-82cc8e1fe79f94dc2986961cf594ae2fedb63326.tar.bz2 troggle-82cc8e1fe79f94dc2986961cf594ae2fedb63326.zip |
[svn] Change to get js in admin work for feincms
-rw-r--r-- | settings.py | 2 |
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 |