In this video, I will show you how to build a simple CRUD (create, read, update and delete) app using Django 3.
We will make it possible to get a documents list and a certain document from the database. The app will also make it possible to add, edit and delete documents or notes.
In the first part we will set up the project, configure it, create the templates and similar. In the second part, we will take care of the rest.
If you want to look at the code for this project, you can find it on GitHub:
https://github.com/SteinOveHelset/notes
I hope you liked the video, and if you did, please click like and share the video with your friends :-)
#django #python #tutorial