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