https://github.com/sandip-sadhukhan/todo-htmx-django
A todo application built using HTMX & Django
https://github.com/sandip-sadhukhan/todo-htmx-django
Last synced: 3 months ago
JSON representation
A todo application built using HTMX & Django
- Host: GitHub
- URL: https://github.com/sandip-sadhukhan/todo-htmx-django
- Owner: sandip-sadhukhan
- Created: 2024-04-26T04:15:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T02:31:06.000Z (about 1 year ago)
- Last Synced: 2024-04-28T06:53:33.800Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple todo app with HTMX and Django
User can create, read, update and delete todo.
## Installation
```bash
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
```