stats
This commit is contained in:
7
stats/admin.py
Normal file
7
stats/admin.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from stats.models import Snapshot
|
||||
|
||||
# Register your models here.
|
||||
|
||||
admin.site.register(Snapshot)
|
Reference in New Issue
Block a user