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