HTMX Demo

A simple project to demonstrate HTMX.

Environment Variables

To run this project, you will need to add the following environment variables to your .env (move .env.example to .env) file

DEBUG

SECRET_KEY

ALLOWED_HOSTS

Run Locally

Clone the project

  git clone https://github.com/PraneethKarnena/htmx-demo.git

Go to the project directory

  cd htmx-demo

Install requirements

  pip install -r requirements.txt

Start the server

  python manage.py runserver

Screenshots

App Screenshot

Siting Screenshot

Authors