[svn] Change to get js in admin work for feincms

This commit is contained in:
martin speleo 2009-07-04 00:26:12 +01:00
parent 64db29fa98
commit 82cc8e1fe7

View File

@ -90,6 +90,6 @@ INSTALLED_APPS = (
'feincms' #This is a little content management app that does the javascript admin page for mptt. '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. from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.