from django.contrib import admin from recon_note.models import * admin.site.register(TodoNote)