from main.models import Tag from django.contrib import admin admin.site.register(Tag)