crud function based views

views based on the crud function with Django, where do I find it in the documentation? can someone help me, i’m starting with django

The entire first half of the Official Django tutorial is an exercise in building a “CRUD”-style app. It’s not until half-way through page 4 that the CBVs are introduced.

After you work through the tutorial, you’re 90% there.

You’ll also want to read Working with forms and Creating forms from Models.

1 Like