mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #23067 -- Updated docs to use django-admin
This commit is contained in:
parent
66630f589c
commit
d47409831f
31 changed files with 187 additions and 198 deletions
|
|
@ -96,7 +96,7 @@ particular application directly into your database prompt, like this::
|
|||
Using other management commands
|
||||
-------------------------------
|
||||
|
||||
The other ``django-admin.py`` commands that interact with the database
|
||||
The other ``django-admin`` commands that interact with the database
|
||||
operate in the same way as :djadmin:`migrate` -- they only ever operate
|
||||
on one database at a time, using :djadminopt:`--database` to control
|
||||
the database used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue