mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
This commit is contained in:
@@ -431,7 +431,11 @@ 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.
|
||||
* The :djadmin:`startapp` command creates an ``apps.py`` file. Since it doesn't
|
||||
use ``default_app_config`` (:ref:`a discouraged API
|
||||
<configuring-applications-ref>`), you must specify the app config's path,
|
||||
e.g. ``'polls.apps.PollsConfig'``, in :setting:`INSTALLED_APPS` for it to be
|
||||
used (instead of just ``'polls'``).
|
||||
|
||||
* 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