Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flavien-hugs/dj-htmx

Simple app django with htmx
https://github.com/flavien-hugs/dj-htmx

django-htmx htmx htmx-app

Last synced: 25 days ago
JSON representation

Simple app django with htmx

Awesome Lists containing this project

README

        

# TodoList, django with htmx

## Structure de données

- Collection
- name
- slug
- Task
- description
- collection (ForeignKey)

## Fonctionnalités
[] Ajouter une Collection
[] Supprimer une collection
[] Empêcher l'ajouter d'une collection en doublon
[] Ajouter une tâche (reliée à une collection)
[] Afficher les tâches d'une collection