image = models.ImageField("Картинка", upload_to="static/img/posts/", blank=True, null=True)
<img alt="{{ post.title }}" src="/{{ post.image.url }}">
if settings.DEBUG:
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)