summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index cc3596654a..8c865edb71 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2394,6 +2394,11 @@ Default: ``False``
Whether the engine should look for template source files inside installed
applications.
+.. note::
+
+ The default :file:`settings.py` file created by :djadmin:`django-admin
+ startproject <startproject>` sets ``'APP_DIRS': True``.
+
.. setting:: TEMPLATES-OPTIONS
OPTIONS