开发者

How do I set Cheetah 'useAutocalling' off?

开发者 https://www.devze.com 2023-04-02 04:46 出处:网络
I have tryed multiple ways to try and turn this off including #compiler-settings useAutocalling=False #end compiler-settings

I have tryed multiple ways to try and turn this off including

#compiler-settings
useAutocalling=False
#end compiler-settings

#compiler-settings
useAutocalling=0
#end compiler-settings

but I cannot get cheetah开发者_Go百科 to turn it off. The reason I need to turn it off is because of a bug where google app engine's db.model has 'has_key' and it pisses off cheetah. I found the part in the documents about turning it off but no documentation on how to actually do it.


#compiler-settings
useAutocalling=False
useNameMapper=False
#end compiler-settings

thought to look though the source and find what it wanted and turns out i needed useNameMapper also turned off.

0

精彩评论

暂无评论...
验证码 换一张
取 消