Django - 管理具有多个字段的多个页面

发布于 2024-09-07 18:46:06 字数 251 浏览 1 评论 0原文

我正在使用 Django 开发一个网站,我希望我的员工能够添加/编辑/删除具有多个文本字段的页面。我计划使用 Django 的管理框架来实现这一点,因为工作人员是非技术人员。但我不知道如何去做这件事,以便人们可以随时登录并编辑这些页面上的内容。 此外,我的网站每天将收到大约 1500 次点击。我不想将这些页面嵌入到静态模板中(这样我就可以允许我的员工对其进行编辑)。在运行时加载此数据会减慢我的网站速度。我正在使用 Servint VPS 服务器。

谢谢 尼宁

I am using Django for developing a website and I want to allow my staff to be able to add/edit/delete pages with multiple text fields. I am planning to use Django's admin framework for this as the staff is a non-technical one.But I have no clue on how to go about doing this so that people can login and edit the contents on these pages whenever they want.
Also, my site will be receiving around 1500 hits per day. I don't want to embed these pages in static templates (so that I can allow my staff to edit it). Will loading this data at runtime slow down my site. I am using a Servint VPS server.

Thanks
niting

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

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

发布评论

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

评论(1

但可醉心 2024-09-14 18:46:06

遵循 Django 教程,用页面和选择替换投票的概念有了内容块,你就可以完成大部分工作了(Django 内置的 Admin 将允许你编辑这些模型)。

对于基于 Django 的更高级 CMS,请查看 Django CMSFeinCMS

Follow the Django tutorial, replacing the concept of Polls with Pages, and Choices with Content blocks and you'll be most of the way there (Django's built in Admin will allow you to edit these models).

For a more advanced CMS based on Django take a look at either Django CMS or FeinCMS.

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