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

Fixed #24971 -- Made startapp generate an apps.py

This commit is contained in:
Mounir Messelmeni
2015-06-13 15:41:56 +02:00
committed by Tim Graham
parent c5eca74619
commit e6dd7f995a
6 changed files with 25 additions and 0 deletions

View File

@@ -275,6 +275,9 @@ 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``.
Models
^^^^^^