diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-10 01:49:17 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-24 17:39:02 +0100 |
commit | 45bfd735f1a9b20072dfcc2194883086b4eb7616 (patch) | |
tree | 9032ff24c98084bdf1380d24de63430210af3bff /ishtar/settings.py.example | |
parent | 6d6b46e92da74e94ddf07f91a094b0548b90a30c (diff) | |
download | Ishtar-45bfd735f1a9b20072dfcc2194883086b4eb7616.tar.bz2 Ishtar-45bfd735f1a9b20072dfcc2194883086b4eb7616.zip |
Manage extra path in the URL of the application
Diffstat (limited to 'ishtar/settings.py.example')
-rw-r--r-- | ishtar/settings.py.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 1c5f3e7f2..12888aa32 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -4,6 +4,7 @@ SRID = 27572 ROOT_PATH = "/var/local/webapp/ishtar/ishtar/" +URL_PATH = "" DEBUG = True TEMPLATE_DEBUG = DEBUG |