from models import SimpleText from django.contrib import admin admin.site.register(SimpleText)