zouber / Fanshop

1 stars 0 forks source link

About Python web framework 的探討 #370

Open zouber opened 10 years ago

zouber commented 10 years ago

值得收錄下來的 PyCon APAC 2014 討論串

https://pyconapac2014bof.hackpad.com/WF-Web-Framework-BoF-bB1YM8lHyHd

可以從中了解 python web framework 領域的現況

zouber commented 10 years ago

跟技術顧問諮詢後, 做了 django framework 的架構紀錄文件

zouber commented 10 years ago

django 官方教學: https://docs.djangoproject.com/en/dev/intro/tutorial03/

zouber commented 10 years ago

django 已經是一個相當成熟(內建的功能很齊全, 需要引外部套件的接口也做得很棒) 的網站框架 以下為我最近受託在研究的權限部分 https://docs.djangoproject.com/en/dev/topics/auth/

zouber commented 10 years ago

django 關於 request & response 物件的部分(和 webapp 系列有些不同):

https://docs.djangoproject.com/en/dev/ref/request-response/#django.http.QueryDict

zouber commented 10 years ago

how to run pure django on google app engine https://developers.google.com/appengine/articles/django-nonrel?hl=zh-tw#wa