This commit is contained in:
Administrator
2023-09-27 21:58:38 +03:00
parent cdfe18f6b7
commit 9a7581cfdf
17 changed files with 181 additions and 2 deletions

7
stats/admin.py Normal file
View File

@@ -0,0 +1,7 @@
from django.contrib import admin
from stats.models import Snapshot
# Register your models here.
admin.site.register(Snapshot)