from django.contrib import admin from myproject.myapp.models import * # * means importing every class name of models admin.site.register(Author)