Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下错误
line 668, in __getitem__ return self._session()[key] KeyError: 'last_update'
在开发环境中一切正常。我在 ngnix 下使用 Pyramid 1.4 和服务员服务器。有人知道如何使用 debug_tool API 和 pshell 来显示 request.session 的内容吗?
谢谢,
搜索后我决定按以下方式进行
在执行此操作之前,是否存在安全问题或其他安全访问调试面板的方法?