update statistics

This commit is contained in:
NABU Jena 2025-07-08 07:43:16 +02:00
parent ab11148521
commit f8104b627b
8 changed files with 1756 additions and 0 deletions

5
app/statistik/admin.py Normal file
View file

@ -0,0 +1,5 @@
from django.contrib import admin
# Da die Statistik-App keine eigenen Modelle hat,
# ist keine Admin-Registrierung erforderlich.
# Die Statistik ist über die normale Web-Oberfläche unter /statistik/ zugänglich.