不用寫 regular expression 好爽。同時參考 #10。
安裝
pip install "django~=2.0"
各種 Django
Views and URLconfs
path('hello/', hello_world)
Admin
__str__ 有變?現在會顯示 Post object (1)
Template Tags
path('', home)
- 最後面表格裡的
datetime 格式好像跑掉了
Dynamic URL
另外根據小道消息 Python 3.7 應該要到明年八月底,所以這部分可以安心。
不用寫 regular expression 好爽。同時參考 #10。
安裝
pip install "django~=2.0"各種 Django
Views and URLconfs
path('hello/', hello_world)Admin
__str__有變?現在會顯示Post object (1)Template Tags
path('', home)datetime格式好像跑掉了Dynamic URL
path('post/<int:pk>/', post_detail, name='post_detail')https://docs.djangoproject.com/en/2.0/topics/http/urls/#example
另外根據小道消息 Python 3.7 應該要到明年八月底,所以這部分可以安心。