Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 221 Bytes

File metadata and controls

7 lines (5 loc) · 221 Bytes

Server Rendering Example using Django

Introduction

  • controller 寫在 server_rendering/views.py
  • server_rendering/urls.py 只有定義一個 url: /test
  • 使用的 template 只有一個位於 templates/test.html