django-htmx-todo is a basic todo application to test Django with HTMX.
- Documentation: https://github.com/BergLucas/django-htmx-todo
- Downloads page: https://github.com/BergLucas/django-htmx-todo/releases
The application requires:
You can download the application on the downloads page.
You can install the application by running the following command:
pip install django_htmx_todo-X.X.X-py3-none-any.whl
You can setup the database by running the following command:
django_htmx_todo migrate # or "python -m django_htmx_todo migrate"
You can quickly execute the application by running the following command:
django_htmx_todo runserver # or "python -m django_htmx_todo runserver"
You can create a super user by running the following command:
django_htmx_todo createsuperuser # or "python -m django_htmx_todo createsuperuser"
All code is licensed for others under a MIT license (see LICENSE).