LISTVIEW1 Django 공식문서 - polls 만들기 정리 1. render과 redirect의 차이 - 참조(https://valuefactory.tistory.com/m/605?category=838937) Django의 shortcuts 모듈에 있는 render 함수 작동 방식은 이렇다. def render(request, template_name, context=None, content_type=None, status=None, using=None): """ Return a HttpResponse whose content is filled with the result of calling django.template.loader.render_to_string() with the passed arguments. """ content = loader.rende.. 2020. 1. 23. 이전 1 다음