django-typer
django-typer copied to clipboard
Adapter pattern that allows commands and groups to be added without extension by apps further up the app stack.
You should be able to attach commands and groups to commands defined further up the app stack. This would allow pluggable command namespacing patterns that might be useful for projects that have groups of loosely coupled apps.