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

374 B · 16 lines · XML Raw History
 1<?xml version="1.0" encoding="UTF-8"?>
 2<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 3  <url>
 4    <loc>{{BASE_URL}}/</loc>
 5    <lastmod>2022-06-06</lastmod>
 6  </url>
 7  <url>
 8    <loc>{{BASE_URL}}/changelog/</loc>
 9    <lastmod>2022-06-06</lastmod>
10  </url>
11  <url>
12    <loc>{{BASE_URL}}/documentation/</loc>
13    <lastmod>2022-06-06</lastmod>
14  </url>
15</urlset>