Opened 17 years ago

Closed 17 years ago

#5212 closed (fixed)

Fix to management command for installed apps

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

Description

This patch fix the problem of not loaded commands from installed apps in management
as described in the documentation:

http://code.djangoproject.com/changeset/5925

Attachments (1)

apps_command_management.diff (3.8 KB ) - added by alberto@… 17 years ago.
Patch to allow to load user defined command

Download all attachments as: .zip

Change History (2)

by alberto@…, 17 years ago

Patch to allow to load user defined command

comment:1 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: newclosed

(In [6047]) Fixed #5212, #5222 -- Added the ability for users to register their own commands with django-admin. A previous attempt at this was introduced in [5923]-[5925], and rolled out in [5929].

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