How To Build a Todo Application With Django

Learn how to build CRUD web applications

Esther Vaati
Better Programming
Published in
7 min readApr 19, 2022

--

Photo by Anete Lūsiņa on Unsplash

A todo application is one of the applications every developer should attempt to build as it covers all the commonly used patterns in development, such as:

  • Databases
  • Views
  • Templates

--

--