Articles in this series
This is a beginner friendly Django tutorial to create a To Do list app. This will teach you how to start a Django project from scratch. You will learn...
This tutorial is part of a series on creating a To Do List app. If you just want to start up a new Django project, you're in the right place. This...
Welcome to Part 2 of my To-Do list tutorial series. In Part 1, we set up a Django project with a database and created a user. In this tutorial, we...
Welcome to Part 3 of my tutorial series to build a To Do list app. In the previous tutorial we added a model. This means we have a table in the...
Welcome to Part 4 of my tutorial series on building a To Do List app with Django. In the previous tutorial, we added views to process requests from...
Welcome to Part 5 of my tutorial series on creating a To Do list app with Django. In Parts 1 to 4, we focused on adding functionality to our app. In...