diff options
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 2aef8be..c878c88 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -103,6 +103,8 @@ CHIMERE_THUMBS_SCALE_WIDTH=None  # length of short description  CHIMERE_SHORT_DESC_LENGTH = 400 +CHIMERE_MODIF_EMAIL = _(u"""Hello, I would like to propose you a modification about this item: """) +  ADMINS = (      # ('Your Name', 'your_email@domain.com'),  )  | 
