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

A crudbuilder #27

Open Tobi-De opened 1 year ago

Tobi-De commented 1 year ago

https://github.com/asifpy/django-crudbuilder

The command could be able to generate views, urls, tests, and optionally filters, tables. By default, the views would be function-based, but via a configuration file (crud.py, similar to what django-crudbuiler already does), they could be configured to generate CBVs. An option to generate a template configuration file would be a good idea too. With time we could add more options to the generator, for example plotly graphics, ,and much more, the possibilities are endless.

Tobi-De commented 10 months ago

I had the time to think more about, this is the current plan (hope I get this done by the end of the next weekend)