summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-06-20 19:28:17 -0400
committerTim Graham <timograham@gmail.com>2015-06-20 19:32:40 -0400
commit5cc1f13d1586da62efbff3163f19c2bbcaea83ac (patch)
treeee17244da259b6e0fc233490772f5ec8c5bb66c6 /docs
parentf64a3de2d4b623087c70405523a08a4e6043d102 (diff)
[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py
Backport of 4a6656488893b6a832726cade2d2c5aa04f85ae2 from master
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