repos
/ analytics-django master

analytics-django

mirror archived upstream

Self-hostable website analytics on Django: a straightforward collector API, dashboards, a world map, and PDF reports.

analyticsdjangodockerhandcodedpythonself-hostedsqliteviteweb-analytics

246 B · 7 lines · HTML Raw History
1{% for message in messages %}
2<div class="alert {{ message.tags }} alert-dismissible fade show mb-0" role="alert">
3  {{ message }}
4  <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
5</div>
6{% endfor %}