diff options
Diffstat (limited to 'pgcommitfest')
-rw-r--r-- | pgcommitfest/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/settings.py b/pgcommitfest/settings.py index 94b534d..850961b 100644 --- a/pgcommitfest/settings.py +++ b/pgcommitfest/settings.py @@ -106,6 +106,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. + '../global_template/', ) INSTALLED_APPS = ( |