An open API service indexing awesome lists of open source software.

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

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
```