Let's open the blog/admin.py file and replace its content with this: from django.contrib import admin from .models import Post admin.site.register(Post).
確定! 回上一頁