2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

[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 65ef255b99
commit 92635f6f68

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_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.