Django and App Engine

前端 未结 7 1482
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-08 19:57

I wanted to check the status of running Django on the Google App Engine currently and what the benefits of running django on GAE over simply using Webapp.

Django mai

7条回答
  •  伪装坚强ぢ
    2020-12-08 20:29

    I've had the best success by simply picking and choosing the Django features that I need and patching them into webapp myself. In my latest project I actually just cut out the webapp stuff entirely. I still import and call several webapp utility functions, but it is mostly a hand rolled application built from the good parts of GAE and Django.

提交回复
热议问题