1
0
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:
Ryan Hiebert
2015-04-30 10:54:45 -05:00
committed by Tim Graham
parent 1743efbe62
commit 617eff41ac
4 changed files with 28 additions and 1 deletions

View File

@@ -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
^^^^^^^^^^