inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

임찬주님의 게시글

임찬주 임찬주

@laugh153211346

수강평 작성수
-
평균평점
-

게시글 2

질문&답변

AttributeError: type object 'Post' has no attribute 'object' 에러

views.py 입니다 from django.shortcuts import render from .models import Post # Create your views here. def index ( request ): posts = Post.object. all () return render ( request , 'blog/index.html' , { 'posts' : posts, } )

좋아요수
0
댓글수
4
조회수
3382