How to Build a Notes App Using Django
In this tutorial, we will be building a minimalistic note-taking app using Django. The app will utilize basic crud operations that are create, retrieve, update, and delete. To begin first let’s first install Django which will be our primary web server. To do so let’s run the command below. Here are a few screenshots of […]
How to Build a Notes App Using Django Read More »