How to do CRUD in Django

Learn basic CRUD operations for Django so you can create, read, update, and delete data directly from a public web page. This tutorial will guide you through a simple CRUD example that uses a Django model to interact with the database.

Next video: Django + Bootstrap https://youtu.be/SPGrc6byv_Y
Previous video: Django Forms https://youtu.be/4pSPWkrd-1M

The entire Django course playlist is available here: https://www.youtube.com/playlist?list=PL_vyuxE-AO-D0Fg-0DyHbekAXOYgRYlWA

Code snippets and more at https://tonyteaches.tech/django-101-course/
Check out my vlog channel @TonyFlorida

GitHub commit for this video: https://github.com/tonyflo/django-crud/tree/147fdfe1aff56babdbadba5afc3d58b8ab8f30d6

Author: admin