Changes between Initial Version and Version 4 of Ticket #36022


Ignore:
Timestamp:
Apr 25, 2026, 10:26:40 PM (3 weeks ago)
Author:
Ryan Hiebert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36022

    • Property Status assignednew
    • Property Summary make django an alias of django-adminName the main command django
  • Ticket #36022 – Description

    initial v4  
    1 To aid in discoverability and compatibility with tools like `uvx`, make a `django` command that is an alias of `django-admin`.
     1To aid in discoverability and compatibility with tools like `uvx`, change the name of the main command to `django`. Keep `django-admin` around indefinitely, with a message referring users to the new name.
    22
    33Forum Discussion: https://forum.djangoproject.com/t/name-the-main-command-django/37230/14
    44External Implementation: https://github.com/ryanhiebert/django-cmd
     5Accepted DEP 16: https://github.com/django/deps/blob/main/accepted/0016-name-main-command-django.rst
Back to Top