https://github.com/ruben890/to-do-list
It is a web application that allows you to log in and create various task lists, as well as edit and delete them, and a built-in search engine to search for specific tasks. Python/Django, HTML, CSS, Bootstrap
https://github.com/ruben890/to-do-list
bootstrap django python
Last synced: about 2 months ago
JSON representation
It is a web application that allows you to log in and create various task lists, as well as edit and delete them, and a built-in search engine to search for specific tasks. Python/Django, HTML, CSS, Bootstrap
- Host: GitHub
- URL: https://github.com/ruben890/to-do-list
- Owner: Ruben890
- License: epl-2.0
- Created: 2022-10-30T00:08:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T18:42:41.000Z (over 3 years ago)
- Last Synced: 2025-03-24T01:38:27.007Z (over 1 year ago)
- Topics: bootstrap, django, python
- Language: HTML
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# To-Do-list-Python-Django
It is a web application that allows you to log in and create various task lists, as well as edit and delete them, and a built-in search engine to search for specific tasks. Python/Django, HTML, CSS, Bootstrap, JS
generate secret key for django
$ python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())
Homepage
[](https://postimg.cc/BLDX5pwm)