Django :: Python Web Frame Work

03. Django의 기본적인 이해

토픽 Django :: Python Web Frame Work

 

 

 

 

내용

기본적인 Django의 작동방식에 대해서 알아봅니다.

url을 통하여 Django에 HTTP Request를 요청하고. Django에서 Views.py에서 간단한 HTTP Response를 render 함수와 HTTPResponse 함수를 통해서 만들어 봅니다.

 

참고

https://docs.djangoproject.com/en/2.0/topics/http/shortcuts/#render

https://docs.djangoproject.com/en/2.0/ref/request-response/#httpresponse-objects

 

댓글

댓글 본문
  1. happydeveloper
    고맙습니다
  2. 감사합니다.