How to Create CRUD in Django

preview_player
Показать описание
This tutorial explains about creating Python Django CRUD operations using generic Class views.

Link for 'How to create Hello World App using Python Django'

other interesting videos:
Link for Python Excel Automation Part 1 -Read and write in Excel

Link for Automate WhatsApp messages using python

Link for how to convert JSON to CSV using Python

Link for Convert list to JSON Python

Link for Build your first mobile app in Python

Link for Display MySQL data in python table :Treeview with horizontal scrollbar

Link for how to connect python with MySQL

Link for text to speech conversion using python

For more python videos:

For cryptography related videos:

Subscribe for more new videos:

Thanks for your support,
#Trinitysoftware
#djangotutorial
#crud
Рекомендации по теме
Комментарии
Автор

I watched this video and found the explanation excellent for understanding how to create CRUD operations in Django. The introduction to Django and the detailed explanation on using generic views to create, read, update, and delete entries in the database were very clear and helpful. 📚

The practical demonstration of setting up the project, creating models, admin interface, and templates was well structured. It was particularly useful to see the example in real-time, from setup to executing CRUD operations and addressing errors. 🛠

One small suggestion would be to include a bit more detail on customizing the admin pages and handling different types of form validation. This could further assist in building a more robust Django application. 💡

Overall, it's an excellent starting point for anyone looking to learn about CRUD operations in Django. Thank you so much for the content and for making the process so accessible! 🙌

GustavoCavalcante-vc