Django 更新 slug 字段

发布于 2024-10-18 08:05:24 字数 129 浏览 1 评论 0原文

我有一个问题,我的模型没有 slug 字段,所以现在我需要添加一个 slug 字段,但是我的模型充满了数据,我使用 django 进化并且很酷添加了新的 slug 字段...但是如何更新slug 字段包含标题字段中的数据?

谢谢

i have a problem, my model was without slug field, so now i need to add a slug field, but my models is full of data, im using django evolution and was cool added the new slug field...but how ill update the slug fiel with the data form the title field at once?

Thanks

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

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

发布评论

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

评论(1

小伙你站住 2024-10-25 08:05:24

您想要这个:

http://south.aeracode.org/

它将允许您修改您的架构,但保留您的数据完好无损。

You want this:

http://south.aeracode.org/

It will allow you to modify your schema but keep your data intact.

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