From 767268f24af65d6b1b790bc52d49c8aa8fcdeabe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Apr 2012 19:21:15 +0200 Subject: Better management of multimedia files - default field for areas * change picture and multimedia files from many to many to foreign key * adapt the admin to be more efficient with multimedia files * add a default field for areas - only one area can be the default one * add a jquery Chosen widget - currently not used --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 8bbf3b4..25e9c51 100644 --- a/settings.py +++ b/settings.py @@ -199,7 +199,7 @@ INSTALLED_APPS = ( # activate it if you want to use migration scripts #'chimere.scripts', # activate it if you want to use RSS feeds - 'chimere_rss' + #'chimere_rss' ) if 'chimere_rss' in INSTALLED_APPS: -- cgit v1.2.3