#25526 closed Cleanup/optimization (fixed)
Document how to output color from custom management commands
Description ¶
I think https://docs.djangoproject.com/en/dev/howto/custom-management-commands/ should explain how you can output color from your command.
It basically boils down to documenting BaseCommand.style
which should not be too complicated.
Change History (12)
comment:1 by , 9 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | 1.8 → master |
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Owner: | changed from | to
---|
comment:4 by , 9 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
comment:5 by , 9 years ago
Patch needs improvement: | unset |
---|
Note:
See TracTickets
for help on using tickets.
I left some comments for improvement on the pull request.