From 45bfd735f1a9b20072dfcc2194883086b4eb7616 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Dec 2010 01:49:17 +0100 Subject: Manage extra path in the URL of the application --- ishtar/settings.py.example | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar/settings.py.example') 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 -- cgit v1.2.3