标签: python django
Django Mezzanine:
我的夹层博客中有一些页面和帖子。我创建了一个名为“test”的页面,其url是localhost:8000 / test。我可以将“博客页面”'测试'作为主页。我的意思是,在localhost:8000,它应该显示localhost:8000 / test的内容而不从home到/ test进行redircection。在管理员中,我无法将该页面的网址保留为主页。
答案 0 :(得分:3)
将主页设为可编辑的页面对象,请参阅文档中的常见问题解答:
http://mezzanine.jupo.org/docs/frequently-asked-questions.html#why-isn-t-the-homepage-a-page-object-i-can-edit-via-the-admin