Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhruv-ahuja/todo-django

todo app built in django
https://github.com/dhruv-ahuja/todo-django

django django-application heroku heroku-deployment todoapp todolist

Last synced: about 2 months ago
JSON representation

todo app built in django

Awesome Lists containing this project

README

        

# 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.