浏览代码

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

Tim Graham 9 年之前
父节点
当前提交
4a66564888
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/ref/settings.txt

+ 5 - 0
docs/ref/settings.txt

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