summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-21 17:27:20 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-21 17:27:20 +0200
commit7ac641792c2388a25594c630bf32bc7accf332b7 (patch)
tree56f20aa141a5b4b076f9f195c7c84d79fda14e51 /example_project
parentd7daac762c36d35737f36e46d5a13f47cce87351 (diff)
downloadIshtar-7ac641792c2388a25594c630bf32bc7accf332b7.tar.bz2
Ishtar-7ac641792c2388a25594c630bf32bc7accf332b7.zip
Finds: add estimated value. Manage a currency for an Ishtar profile (refs #2969)
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 9982d624f..9d3a9b46b 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -141,6 +141,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'django.contrib.formtools',
'django.contrib.messages',
+ 'django.contrib.humanize',
'south',
'registration',
# 'geodjangofla',