Commit 4a665648 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py

parent 738c0de3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2271,6 +2271,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