강의

멘토링

커뮤니티

Inflearn Community Q&A

eastlightd903699's profile image
eastlightd903699

asked

Introduction to Python Django: Starting with Django's Design Philosophy

Hands-on - Configuring the app post_list view

render 관련

Written on

·

226

0

render가 정의가 안되었다고하면서 오류가 나오는데 어디서 정의해야하나요 ㅜ

pythondjango

Answer 1

0

pyhub님의 프로필 이미지
pyhub
Instructor

안녕하세요.

render 함수는 django.shortcuts 아래에 있습니다. 소스코드 상단에 from django.shortcuts import render 를 추가해주시면 됩니다.

화이팅입니다.

eastlightd903699's profile image
eastlightd903699

asked

Ask a question