Overdue fix.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 21 Mar 2022 20:04:41 +0000 (21:04 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 21 Mar 2022 20:04:41 +0000 (21:04 +0100)
src/wolnelektury/settings/basic.py

index 47a2388..c640d31 100644 (file)
@@ -40,17 +40,12 @@ SITE_ID = 1
 
 TEMPLATES = [{
     'BACKEND': 'django.template.backends.django.DjangoTemplates',
+    'APP_DIRS': True,
     'DIRS': (
         path.join(PROJECT_DIR, 'templates'),  # Duplicate, because of Machina<1 weird configuration.
         MACHINA_MAIN_TEMPLATE_DIR,
     ),
     'OPTIONS': {
-        'loaders': (
-            ('django.template.loaders.cached.Loader', (
-                'django.template.loaders.filesystem.Loader',
-                'django.template.loaders.app_directories.Loader',
-            )),
-        ),
         'context_processors': (
             'django.contrib.auth.context_processors.auth',
             'django.contrib.messages.context_processors.messages',