enter image description here
from .shortcuts import render from .models import Post
def list_of_post(request): post = Post.obj