diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-02 17:16:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-02 17:16:54 +0100 |
commit | 1037d02448de55cf15830a09772ed07d8ae091bd (patch) | |
tree | 3e03ef36120c8d2bc635952600c0d3cef34163d6 /ishtar/settings.py.example | |
parent | 723f89699a425cfc13b97456831398f97ecd1dc5 (diff) | |
download | Ishtar-1037d02448de55cf15830a09772ed07d8ae091bd.tar.bz2 Ishtar-1037d02448de55cf15830a09772ed07d8ae091bd.zip |
Better management of the application name (using django Site application) - Change account activation email - Update french translation
Diffstat (limited to 'ishtar/settings.py.example')
-rw-r--r-- | ishtar/settings.py.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 92ce2baa1..4d16fd5b2 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -5,7 +5,6 @@ # Ishtar custom SRID = 27572 -APP_NAME = "" ROOT_PATH = "/var/local/webapp/ishtar/ishtar/" URL_PATH = "" |