Opened 19 years ago

Closed 19 years ago

#97 closed defect (fixed)

Refactor django-admin.py so it only contains command-line interface code

Reported by: Adrian Holovaty Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Move the bulk of django-admin.py into something like django/core/management.py, for code cleanliness and so other code can import from django.core.management.

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [242].

Note: See TracTickets for help on using tickets.
Back to Top