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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user