From 854fe85132fb4fe9642f74eef13812744ba02c98 Mon Sep 17 00:00:00 2001
From: substantialnoninfringinguser <substantialnoninfringinguser@gmail.com>
Date: Fri, 3 Jul 2009 21:59:31 +0100
Subject: [PATCH] [svn]

---
 settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/settings.py b/settings.py
index e4c3407..ced854e 100644
--- a/settings.py
+++ b/settings.py
@@ -90,4 +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
+
 from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.
\ No newline at end of file