Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dhruv-ahuja/todo-django
- Owner: dhruv-ahuja
- License: mit
- Created: 2022-02-09T06:47:53.000Z (almost 3 years ago)
- Default Branch: home
- Last Pushed: 2022-02-19T09:17:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T14:13:59.758Z (3 months ago)
- Topics: django, django-application, heroku, heroku-deployment, todoapp, todolist
- Language: Python
- Homepage: https://django-todo00.herokuapp.com/
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.