From b7ee576ac44a7f2eae484ec8ed215bf2dc0ae179 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Dec 2010 20:41:14 +0100 Subject: Simple customisation of the administration pages (refs #26) --- ishtar/settings.py.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ishtar/settings.py.example') diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 5a15e0e6d..1c5f3e7f2 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -3,6 +3,8 @@ # Ishtar custom SRID = 27572 +ROOT_PATH = "/var/local/webapp/ishtar/ishtar/" + DEBUG = True TEMPLATE_DEBUG = DEBUG @@ -83,9 +85,7 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'ishtar.urls' TEMPLATE_DIRS = ( - # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". - # Always use forward slashes, even on Windows. - # Don't forget to use absolute paths, not relative paths. + ROOT_PATH + 'templates', ) INSTALLED_APPS = ( -- cgit v1.2.3