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

/ #Django


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

Video

Comments

No comments yet...

Add comment

Newsletter

Subscribe to my weekly newsletter. One time per week I will send you a short summary of the tutorials I have posted in the past week.