From 76733ad3809e4cb7afd825a5bd8a36ca080fafed 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 --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 8bbf3b4..25e9c51 100644 --- a/example_project/settings.py +++ b/example_project/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