socon icon indicating copy to clipboard operation
socon copied to clipboard

Create a "create" command that contains template subcommands

Open StephaneCapponi opened this issue 2 years ago • 0 comments

Idea: Instread of having a createproject, createplugin or createcommand. It might be better to have a single create command that can have access to template subcommands sush as (plugin, command, project, ...)

Instead of this:

python manage.py createproject myproject

We would do:

python manage.py create project myproject

StephaneCapponi avatar May 02 '23 15:05 StephaneCapponi