Opened 20 years ago
Closed 20 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.
Note:
See TracTickets
for help on using tickets.
Fixed in [242].