Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrd/todo-app-with-python-django
https://github.com/emrd/todo-app-with-python-django
django-application python todo todolist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/todo-app-with-python-django
- Owner: EmrD
- Created: 2024-08-01T16:02:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T16:06:19.000Z (7 months ago)
- Last Synced: 2024-11-09T02:47:28.526Z (3 months ago)
- Topics: django-application, python, todo, todolist
- Language: Python
- Homepage:
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To run locally;
```sh
source .venv/bin/activate
python todoproject/manage.py runserver $PORT
```