diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-06-01 23:36:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-06-01 23:36:12 +0200 |
commit | 2fe3a047a1b9fcdea86d967b3872e33e5d0a831f (patch) | |
tree | 0cc5098f8bb7da3c3122b82e661b54c5630eefac /install/local_settings.py.sample | |
parent | b1cde00a315cf6a9b591fa94c9229116b68cee95 (diff) | |
parent | fd9d40e148dec6085d4e9e6bf2ddb8350f850e4a (diff) | |
download | Ishtar-2fe3a047a1b9fcdea86d967b3872e33e5d0a831f.tar.bz2 Ishtar-2fe3a047a1b9fcdea86d967b3872e33e5d0a831f.zip |
Merge branch 'stable'
Diffstat (limited to 'install/local_settings.py.sample')
-rw-r--r-- | install/local_settings.py.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/local_settings.py.sample b/install/local_settings.py.sample index cbee9fa85..3f37b0e72 100644 --- a/install/local_settings.py.sample +++ b/install/local_settings.py.sample @@ -14,6 +14,8 @@ LOGFILE = "/var/log/django/ishtar-#APP_NAME#.log" MEDIA_ROOT = "#APP_DIR#/media/" +ODT_TEMPLATE = "#INSTALL_PATH#/ishtar/ishtar_common/static/template.odt" + ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) |