강의

멘토링

커뮤니티

Inflearn Community Q&A

bcgrhio0909's profile image
bcgrhio0909

asked

Instagram Clone - full stack web development

Like|Bookmark :: view ajax

get_or_create(user=request.user) 의미

Written on

·

237

2

post_like, post_like_created = post.like_set.get_or_create(user=request.user)

에 대해서 설명 부탁드리겠습니다.

djangoHTML/CSSpython클론코딩

Answer

This question is waiting for answers
Be the first to answer!
bcgrhio0909's profile image
bcgrhio0909

asked

Ask a question