admin.py 103 B

1234
  1. from django.contrib import admin
  2. from .models import ArticlePost
  3. admin.site.register(ArticlePost)