如何在 Django 中获取未来发布的帖子?

发布于 2024-07-18 06:13:54 字数 143 浏览 11 评论 0原文

我只想在 Django 中做一个基本网站,而 Flatpages 应用程序非常简单,但它不支持我需要的一些功能,即自定义字段和未来约会。 这是将发布日期设置为未来的某个时间,而不是立即发布。

在 Django 中获取未来发布的帖子的最佳选择是什么?

I just want to do a basic site in Django and the flatpages app is super simple, but it doesn't support a couple of things that I need, namely custom fields and future-dating. That is setting a publish date to some point in the future rather than publishing immediately.

What's the best option for getting future-dated posts in Django?

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

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

发布评论

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

评论(1

一抹微笑 2024-07-25 06:13:54

这个问题的答案与你的问题“有什么比 Flatpages 更好吗?”相同。

django-cms 允许您以分层结构排列平面页面,并让您设置未来的发布日期。

我假设您所说的自定义字段是指用户定义的字段? 如果是这样,那么您必须自己在 django-cms 之上实现它。

The answer to this question is the same as your question "Is there anything better than Flatpages?"

django-cms allows you to arrange your flatpages in a hierarchical structure and lets you set a future publish date.

By custom fields I assume you mean fields defined by users? If so then you'll have to implement that yourself on top of django-cms.

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