diff options
Diffstat (limited to 'ishtar/settings.py.example')
| -rw-r--r-- | ishtar/settings.py.example | 6 |
1 files changed, 3 insertions, 3 deletions
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 = ( |
