X-Git-Url: https://git.toastfreeware.priv.at/toast/alpenzoo.git/blobdiff_plain/78550449bf9c09e9c755718293c26d6958540e0d..497f41aaa4cc3ccc563ef4d9ad0f123f914068fc:/alpenzoo_django/settings.py?ds=sidebyside diff --git a/alpenzoo_django/settings.py b/alpenzoo_django/settings.py index 6cf5884..6c26ce4 100644 --- a/alpenzoo_django/settings.py +++ b/alpenzoo_django/settings.py @@ -59,7 +59,8 @@ TEMPLATES = [ 'DIRS': [], 'APP_DIRS': True, 'OPTIONS': { - 'auto_reload': True + 'auto_reload': True, + 'app_dirname': 'templates' }, }, ]