ga-htmx

An application made for the Django Web Framework.


License
GPL-3.0-only
Install
pip install ga-htmx==1.0.1

Documentation

ga_htmx

...

Quick start

  1. Add 'ga_htmx' to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
    ...,
    'ga_htmx',
    ]
    
  2. ...