Tobi-De / fuzzy-couscous

A cli tool to bootstrap your django projects and enhance your development experience.
https://tobi-de.github.io/fuzzy-couscous
MIT License
61 stars 4 forks source link

add an option to the make command to create the db after it's done or remove poetry #17

Open Tobi-De opened 1 year ago

Tobi-De commented 1 year ago

via linux pipe for example I think a better option would be to add a configuration command to define actions to always do after creating a new project. When the make command is executed is the time when one would really want to combine things, like always creating the database (something I really want), or always deleting the poetry for example. Or it could just be a new option to create the db