mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24857 -- Added "python -m django" entry point.
This commit is contained in:
@@ -415,6 +415,9 @@ Management Commands
|
||||
to the database using the password from your settings file (instead of
|
||||
requiring it to be manually entered).
|
||||
|
||||
* The ``django`` package may be run as a script, i.e. ``python -m django``,
|
||||
which will behave the same as ``django-admin``.
|
||||
|
||||
Migrations
|
||||
^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user