Installation
django_umami
doesn't need a database, caches, middleware. All it needs is outbound internet access to your Umami Server.
To install the package, you can use any of these providers:
# Latest
pip install django-umami
# Specific Release
pip install [email protected]
# Latest
pip install git+https://github.com/TreyWW/django-umami
# Specific Release
pip install git+https://github.com/TreyWW/[email protected]