platform/stats/admin.py
Administrator 9a7581cfdf stats
2023-09-27 21:58:38 +03:00

8 lines
129 B
Python

from django.contrib import admin
from stats.models import Snapshot
# Register your models here.
admin.site.register(Snapshot)