5 lines
216 B
Python
5 lines
216 B
Python
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.
|