from django.contrib import admin from com.models import * admin.site.register(Sith) admin.site.register(News)