Jinja2 in Google App Engine

前端 未结 3 831
青春惊慌失措
青春惊慌失措 2020-12-31 09:40

I have started using Jinja2 as my templating engine on Google App Engine (in Python).

My question is this: Will bytecode caching work in production? It is working ve

3条回答
  •  没有蜡笔的小新
    2020-12-31 10:02

    According to the What's New in Python 2.7 docs, with Python 2.7 you can also upload .pyc files.

    Can upload .pyc files, but not in combination with .py files. However, you can upload .zip files containing .py or .pyc files (or a combination).

提交回复
热议问题