Django Basics: CRUD API
Introduction
After understanding the admin section and setting up a database, we can finally move on to the CRUD API in Django. We will create an API in pure Django with Model Form, Class-Based Views, and templates. We will go into two parts in this ...
techstructiveblog.hashnode.dev16 min read