Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flavien-hugs/dj-htmx
- Owner: flavien-hugs
- Created: 2022-07-07T01:28:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T12:08:16.000Z (over 2 years ago)
- Last Synced: 2023-03-03T05:18:10.319Z (almost 2 years ago)
- Topics: django-htmx, htmx, htmx-app
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- 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