summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
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
commit76733ad3809e4cb7afd825a5bd8a36ca080fafed (patch)
tree58bc2eb83db7d312e0f98197e23c75b2ad3b76c0 /example_project
parent8e3445161b19cb1de8c8691794b3ee8aa6a20865 (diff)
downloadChimè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.py2
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: