X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=settings.py;h=dabd33b17d6a2452ca698cb40ae5b0663cab84d6;hp=5f3fcbd750cca39a1fa29595797ae33e77f1c9ec;hb=67dcadf7f6b9cc212ed6905fe1df99ef6f05bbad;hpb=81df86a181be0c659f6dab9473b644417aa13b93 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 = (