update statistics
This commit is contained in:
parent
ab11148521
commit
f8104b627b
8 changed files with 1756 additions and 0 deletions
5
app/statistik/admin.py
Normal file
5
app/statistik/admin.py
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue