我可以将对象列表传递到会话中吗? Django/Python

发布于 2025-01-10 04:24:14 字数 127 浏览 0 评论 0原文

我有不需要存储在数据库中的数据。我有一个来自 API 的结果列表,该列表由我根据 API 返回的内容创建的对象组成。我想在 html 表格中显示结果。当我分页时,我丢失了所有数据,并希望将对象列表传递到会话中以与每个页面一起传递。这可能吗?

I have data that does not need stored in a db. I have a list of results from an API that is made up of objects i created based off of what is returned by the api. I want to display results in an html table. When I paginate i lose all that data and want to pass the list of objects into the session to pass with each page. Is this possible?

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

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

发布评论

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

评论(1

从此见与不见 2025-01-17 04:24:14

您可以存储任何可以在会话中序列化的内容。您可能必须重组您的“对象”或将相同的数据存储为字典和列表。

尝试一下看看?

You can store anything which can be serialized in the session. It's possible that you will have to restructure your "objects" or store the same data as dicts and lists.

Try it and see?

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