realistis/django-baker2 ? reverse-engineered prompt

Reverse engineered prompt

Build me a Django helper tool that can look at my app models and generate the full CRUD scaffold for me.

I want to be able to run one management command with one or more app names, and have it create the views, forms, urls, admin setup, and simple templates for every model it finds. It should make list, detail, create, update, and delete pages, and if I only want certain models in an app, I should be able to choose those instead. It should also ignore files it already generated unless I’m adding new models.

Please make it work with a modern Django project, since the old version was breaking on newer Django releases. Keep the generated files clean and easy to tweak later, and make the templates minimal so they fit into an existing project theme. If you need to check current Django docs or fix any compatibility issues, go ahead and do that too.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab