From: Matthijs Kooijman Date: Mon, 18 Oct 2010 10:36:00 +0000 (+0200) Subject: settings: Add a path for the templates. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=commitdiff_plain;h=67dcadf7f6b9cc212ed6905fe1df99ef6f05bbad settings: Add a path for the templates. --- diff --git a/settings.py b/settings.py index 5f3fcbd..dabd33b 100644 --- a/settings.py +++ b/settings.py @@ -1,5 +1,9 @@ # Django settings for dorestad1493 project. +import os + +PROJECT_DIR = os.path.dirname(__file__) + DEBUG = True TEMPLATE_DEBUG = DEBUG @@ -69,6 +73,7 @@ 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. + os.path.join(PROJECT_DIR, 'templates'), ) INSTALLED_APPS = (