mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py
Backport of 4a6656488893b6a832726cade2d2c5aa04f85ae2 from master
This commit is contained in:
parent
f64a3de2d4
commit
5cc1f13d15
@ -2394,6 +2394,11 @@ Default: ``False``
|
|||||||
Whether the engine should look for template source files inside installed
|
Whether the engine should look for template source files inside installed
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The default :file:`settings.py` file created by :djadmin:`django-admin
|
||||||
|
startproject <startproject>` sets ``'APP_DIRS': True``.
|
||||||
|
|
||||||
.. setting:: TEMPLATES-OPTIONS
|
.. setting:: TEMPLATES-OPTIONS
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user