gpt4 book ai didi

python - 如何使用 HTTP 重定向传递信息(在 Django 中)

转载 作者:IT老高 更新时间:2023-10-28 20:45:44 24 4
gpt4 key购买 nike

我有一个接受表单提交并更新模型的 View 。

更新模型后,我想重定向到另一个页面,我希望在这个页面上出现“字段X成功更新”之类的消息。

如何将这条消息“传递”到其他页面? HttpResponseRedirect 只接受 URL .我以前在其他网站上看到过这样做。这是如何实现的?

最佳答案

这是 Django 的一个内置功能,称为“消息”

http://docs.djangoproject.com/en/dev/topics/auth/#messages

来自文档:

A message is associated with a User. There's no concept of expiration or timestamps.

Messages are used by the Django admin after successful actions. For example, "The poll Foo was created successfully." is a message.

关于python - 如何使用 HTTP 重定向传递信息(在 Django 中),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/599280/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com