[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py

Backport of 4a66564888 from master
This commit is contained in:
Tim Graham 2015-06-20 19:28:17 -04:00
parent f64a3de2d4
commit 5cc1f13d15
1 changed files with 5 additions and 0 deletions

View File

@ -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