diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-04-19 19:21:15 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-04-19 19:21:15 +0200 |
commit | 76733ad3809e4cb7afd825a5bd8a36ca080fafed (patch) | |
tree | 58bc2eb83db7d312e0f98197e23c75b2ad3b76c0 /example_project | |
parent | 8e3445161b19cb1de8c8691794b3ee8aa6a20865 (diff) | |
download | Chimère-76733ad3809e4cb7afd825a5bd8a36ca080fafed.tar.bz2 Chimère-76733ad3809e4cb7afd825a5bd8a36ca080fafed.zip |
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
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |