Django CRUD Operations Tutorial: Simple Employee Management System
Daton Ayomide
0:00 / 0:00
Django CRUD Operations Tutorial: Simple Employee Management System
24 104 просмотра · 1 год назад
Daton Ayomide
818 подписчиков
24 104 просмотра · 1 год назад
#django #djangotutorial #crud #crudoperations #bootstrap #python #pythonprogramming #webdevelopment
Learn how to create CRUD operation in Django. This video contains detailed explanation on how to perform the following operations:
1. Create
2. Read
3. Update
4. Delete
This video contains mini-Employee management system. It also includes methods, processes and logic that can help you in your future projects in Django and Backend Devlopment at large.
For the Frontend, Bootstrap 5 and HTML5 were used.
Please, like this video and subscribe to his channel. Thanks.
0:00 Introduction
0:34 Setting up the project and configuring the URLS
6:51 Creating the employee model
10:16 Creating the model form
13:17 Creating the views for all the CRUD operations
26:02 Creating the "templates" directory with the required HTML files.
26:54 Configuring the views path in urls.py
30:04 Designing and configuring the frontend
1:26:00 Conclusion
GitHub Repository: https://github.com/Datson-bit/CRUD-2