Opened 9 years ago
Closed 9 years ago
#27189 closed New feature (needsinfo)
Allow namespaced management commands
Description ¶
I always think management commands should be namespaced. ie.
python manage.py app:command
It's very normal to have the same command name for different apps.
It isn't a problem really, but it would be more elegant.
Is it already discussed? Is it too late? Why it could be a bad idea?
Change History (1)
comment:1 by , 9 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Summary: | Namespace management commands? → Allow namespaced management commands |
Type: | Uncategorized → New feature |
Note:
See TracTickets
for help on using tickets.
I'm not aware of any recent discussion. I know of some third-party solutions such as django-subcommand. Anyway, it would be better to bring this up on the DevelopersMailingList. If there's consensus on a concrete proposal, we can reopen the ticket. Thanks.