Implementation of real-world application: https://github.com/gothinkster/realworld/ using Django and HTMX.
An in-depth discussion of this implementation can be found here.
Tech Stack:
To install and run locally:
git clone https://github.com/danjac/realworld/ && cd realworld
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate && ./manage.py runserver
Note: this is just a reference implementation and is not intended for production use.