Django admin To add, edit and delete the posts we've just modeled, we will use Django admin. Let's open the blog/admin.py file and replace its contents with this: blog/admin.py from django.contrib import admin from.models import Post admin.site.re