mirror of https://github.com/django/django.git
Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py
This commit is contained in:
parent
738c0de300
commit
4a66564888
|
@ -2271,6 +2271,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…
Reference in New Issue