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: 8 months ago
JSON representation
Simple app django with htmx
- Host: GitHub
- URL: https://github.com/flavien-hugs/dj-htmx
- Owner: flavien-hugs
- Created: 2022-07-07T01:28:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T12:08:16.000Z (over 3 years ago)
- Last Synced: 2025-02-03T13:44:19.654Z (10 months ago)
- Topics: django-htmx, htmx, htmx-app
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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