1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #25356 -- Removed default_app_config from startapp template.

Also discouraged its use outside the intended use case.
This commit is contained in:
Tim Graham
2015-09-07 09:28:15 -04:00
parent 29d52583e7
commit 862de0b254
6 changed files with 8 additions and 12 deletions

View File

@@ -409,8 +409,7 @@ Management Commands
* The :djadmin:`createcachetable` command now has a ``--dry-run`` flag to
print out the SQL rather than execute it.
* The :djadmin:`startapp` command creates an ``apps.py`` file and adds
``default_app_config`` in ``__init__.py``.
* The :djadmin:`startapp` command creates an ``apps.py`` file.
* When using the PostgreSQL backend, the :djadmin:`dbshell` command can connect
to the database using the password from your settings file (instead of