Skip to content

dhruv-ahuja/todo-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-django

A simple ToDo List app that uses class-based views built with Django, HTML and some CSS. SQLite is used to store data locally and Postgres for storing data in deployment since Heroku has ephemeral storage.

This project is my first foray into Django.