Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtzll/django-todolist
exemplary django application - small to do list web app
https://github.com/rtzll/django-todolist
django python todolist webapp
Last synced: 3 months ago
JSON representation
exemplary django application - small to do list web app
- Host: GitHub
- URL: https://github.com/rtzll/django-todolist
- Owner: rtzll
- License: mit
- Created: 2015-02-22T12:27:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T06:09:22.000Z (4 months ago)
- Last Synced: 2024-07-11T07:37:04.634Z (4 months ago)
- Topics: django, python, todolist, webapp
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 85
- Watchers: 9
- Forks: 68
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-todos - Django
README
# Django-Todolist
[![License][license-image]][license-url] [![Build Status][travis-image]][travis-url]
Django-Todolist is a todolist web application with the most basic features of most web apps, i.e. accounts/login, API and (somewhat) interactive UI.
---
CSS | [Skeleton](http://getskeleton.com/)
JS | [jQuery](https://jquery.com/)I've also build a quite similar app in Flask: https://github.com/rtzll/flask-todolist
## Explore
Try it out by installing the requirements. (Works only with python >= 3.8, due to Django 4)pip install -r requirements.txt
Migrate:
python manage.py migrate
And then start the server (default: http://localhost:8000)
python manage.py runserver
Now you can browse the [API](http://localhost:8000/api/)
or start on the [landing page](http://localhost:8000/)[license-url]: https://github.com/rtzll/django-todolist/blob/master/LICENSE
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat[travis-url]: https://travis-ci.org/rtzll/django-todolist
[travis-image]: https://travis-ci.org/rtzll/django-todolist.svg?branch=master