diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-26 20:40:50 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-26 20:40:50 +0100 |
commit | 0cd8904defe334ad5307e6ab3ce13638479815a8 (patch) | |
tree | fabba95035c93586e66d1fa469341bf9105b8068 /example_project | |
parent | cc3d81b3093edbce128a64f63b2e5fe41a07d4d9 (diff) | |
download | Ishtar-0cd8904defe334ad5307e6ab3ce13638479815a8.tar.bz2 Ishtar-0cd8904defe334ad5307e6ab3ce13638479815a8.zip |
Add messages framework
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index cb6e0ad3e..98eb14e9e 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -126,6 +126,7 @@ INSTALLED_APPS = [ 'django.contrib.gis', 'django.contrib.staticfiles', 'django.contrib.formtools', + 'django.contrib.messages', 'south', 'registration', # 'geodjangofla', |