Django / Python,在每个用户请求上调用特定的类/函数

发布于 2024-09-24 12:54:26 字数 160 浏览 0 评论 0原文

我正在查看 Django 文档以了解执行此操作的方法,但没有看到任何内容,尽管我可能错过了它,因为我不确定到底在哪里查看...我希望能够执行特定操作每个用户请求,例如实例化一个类并调用其函数之一,但是我现在知道执行此操作的唯一方法是将其放入每个视图函数中。有没有更好的方法来做到这一点,任何建议都值得赞赏。

I was looking over the Django documentation on a way to do this but didn't see anything, though I may have missed it as I'm not sure exactly where to look... I want to be able to perform a specific action on every user request, such as instantiating a class and calling one of its functions, however the only way I know of to do this now is to put it in each view function. Is there a better way to do this, any advice is appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溺渁∝ 2024-10-01 12:54:26

您想要使用 Django 的 中间件 功能。

You want to use Django's middleware functionality.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文