Skip to content

django-htmx-todo is a basic todo application to test Django with HTMX.

License

Notifications You must be signed in to change notification settings

BergLucas/django-htmx-todo

Repository files navigation

django-htmx-todo

django-htmx-todo is a basic todo application to test Django with HTMX.

Requirements

The application requires:

Download

You can download the application on the downloads page.

Installation

You can install the application by running the following command:

pip install django_htmx_todo-X.X.X-py3-none-any.whl

Database setup

You can setup the database by running the following command:

django_htmx_todo migrate # or "python -m django_htmx_todo migrate"

Execution

You can quickly execute the application by running the following command:

django_htmx_todo runserver # or "python -m django_htmx_todo runserver"

Creation of a super user

You can create a super user by running the following command:

django_htmx_todo createsuperuser # or "python -m django_htmx_todo createsuperuser"

License

All code is licensed for others under a MIT license (see LICENSE).

About

django-htmx-todo is a basic todo application to test Django with HTMX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published