Eden Kirin 8aa8eda6ce Tweaks
2024-05-23 06:54:48 +02:00
2024-05-23 06:54:48 +02:00
2024-05-23 06:54:48 +02:00
2024-05-18 19:19:16 +02:00
2024-05-16 07:35:01 +02:00
2024-05-18 19:19:16 +02:00
2024-05-18 19:19:16 +02:00
2024-04-06 09:21:10 +02:00
2024-05-18 19:19:16 +02:00
2024-05-18 19:19:16 +02:00
2024-05-18 19:19:16 +02:00

Django-htmx demo

Run demo

As docker container

make docker-build
make docker-run

Browse to localhost:8000.

Later, start and stop docker container using:

docker start django-htmx

and

docker stop django-htmx

As standard local Django app

  • requirements: Python 3.10 or 3.11
  • poetry
poetry install
make run 

Browse to localhost:8000.

Description
No description provided
Readme 380 KiB
Languages
Python 64.3%
HTML 33.4%
Dockerfile 1.5%
Makefile 0.8%