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