Create Read Update and Delete (CRUD) Functions | Django Inventory Management System Web Application

preview_player
Показать описание
In this video, we will look at the CRUD functions for our Inventory Management System. We will learn how to create, read, update and delete objects into and from the database. We will also learn how to write database queries. The timestamps for each section is provided for this video. The source code to the project is in the link below. Also the code for the templates are included

Project Source Code:

Dashboard Interface Design Source Code:

Follow me on:

Python Official website:

Download and Install Python on Windows 10 Computer

Python Programming | Series Tutorial

Bootstrap4.5 Series Tutorial

Introduction (0:00)
UML- Use Case Diagram (1:04)
Django ORM Explanation (4:07)
CRUD --- READ Logic (9:32)
CRUD --- CREATE Logic (18:39)
CRUD --- DELETE Logic (28:07)
CRUD --- UPDATE Logic (42:50)

#InventoryManagementSystem
#Python
#Django
Рекомендации по теме
Комментарии
Автор

Best coding tutorial I've ever watched. I think you were born to teach. Thanks man!

akwamthedev
Автор

Thanks again, didn't tired at all watching one hour

ThePercivalGlyde
Автор

Content and your explaining methods are Amazing i continuous watching every video without taking any break, Really You are Too Good.

keshavsharma-pqvc
Автор

Great content and video/audio quality !

idzerozerozerozerofourdota
Автор

Excelente trabajo! Gracias por compartir tus conocimientos.

lizouu
Автор

Great stuff, would love it if you did a video on Django API and getting data from external applications.

azoskaisaac
Автор

Interesting. Similar to Dennis Ivy tutorials.

Noone-
Автор

Muito obrigada! O seu trabalho é incrível

aliciasilva
Автор

thanks for the long video man :)
+1 like

mertlinux
Автор

the forms on my update pages are not showing, I see cancel and update but thats it, help please

lifewithtayo
Автор

Hi sir, thank you for this awesome tutorial, can you help me how can I make an order with more than 1 product? do you have a tutorial o can you recommend me one? thanks

ovidioe.cabeza
Автор

i need help
i have tried using your github code but am facing some challenges

trader
Автор

Hi is this project possible to connect to firebase?

pogiiyu
Автор

Can you please also add some api/logic/view that when ever a product same as existing names is added, a message should pop up alerting that this product is already added, are you sure you want to add it. This feature may also restrict multiple entries of the same product. and by the way this may be in the admin views as products can only be added by the admin.

mubashirrehman
Автор

On the delete page, how do I go about listing the name of the product that i want to delete?
I mean something like:

"Are you sure you want to delete "Ballpoint Pen"?

victornzemeke