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