# in admin.py from django.contrib import admin #if you have a model called Post from .models import Post admin.site.register(Post)