Building a simple note-taking app using Django 3 - part 1

preview_player
Показать описание
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:

I hope you liked the video, and if you did, please click like and share the video with your friends :-)

#django #python #tutorial
Рекомендации по теме
Комментарии
Автор

Thank you 😊...in how many videos would you be able to complete this series?

codedjango
Автор

Really enjoy your video, very informative, can you create Appointment Booking app please ?

bc
Автор

('WSGIRequest' object has no attribute 'Get') I get this error .

engineermohit