We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228c32f commit acf412aCopy full SHA for acf412a
djangosnippets/settings/development.py
@@ -9,3 +9,9 @@
9
CACHE_BACKEND = "dummy://"
10
11
INSTALLED_APPS = INSTALLED_APPS
12
+
13
+TEMPLATES[0]["APP_DIRS"] = False
14
+TEMPLATES[0]["OPTIONS"]["loaders"] = [
15
+ "django.template.loaders.filesystem.Loader",
16
+ "django.template.loaders.app_directories.Loader",
17
+]
0 commit comments