diff options
author | Cyril Brulebois <cyril@debamax.com> | 2016-04-07 22:16:45 +0200 |
---|---|---|
committer | Cyril Brulebois <cyril@debamax.com> | 2016-04-07 23:25:21 +0200 |
commit | 6219475e063f13963db5fd91afe012b48d8a209e (patch) | |
tree | af6bc514e4899c48653e253f0e1c396e4c7d3ac6 /install/local_settings.py.sample | |
parent | 72b4b3311a73ed5c53787b6eafc336462713aecb (diff) | |
download | Ishtar-6219475e063f13963db5fd91afe012b48d8a209e.tar.bz2 Ishtar-6219475e063f13963db5fd91afe012b48d8a209e.zip |
Adapt templates for the new paths.
With the instance creation script, one ends up without the two extra
levels expected by the original installation script, so strip the extra
dirs from these templates.
NOTE: Applying this patch to the master or v0.9 branches would break the
install script. The Debian packaging should probably apply this patch at
build time instead.
Signed-off-by: Cyril Brulebois <cyril@debamax.com>
Diffstat (limited to 'install/local_settings.py.sample')
-rw-r--r-- | install/local_settings.py.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/local_settings.py.sample b/install/local_settings.py.sample index 3f37b0e72..3d17d6610 100644 --- a/install/local_settings.py.sample +++ b/install/local_settings.py.sample @@ -14,7 +14,7 @@ LOGFILE = "/var/log/django/ishtar-#APP_NAME#.log" MEDIA_ROOT = "#APP_DIR#/media/" -ODT_TEMPLATE = "#INSTALL_PATH#/ishtar/ishtar_common/static/template.odt" +ODT_TEMPLATE = "#INSTALL_PATH#/ishtar_common/static/template.odt" ADMINS = ( # ('Your Name', 'your_email@domain.com'), |