简体   繁体   中英

Solution To create or update static pages in Django

如何为网站所有者创建界面或解决方案,以便能够在Django中创建或更新静态页面而无需使用开放源代码,例如,网站所有者需要更新Aboutus页面中的文本或想要创建新的静态页面(如new)促销详情。

If I understood you correctly you want to allow user to update the text or add new page dynamically. If so you can go for Django content management system you can use django mezzanine. https://www.digitalocean.com/community/tutorials/how-to-install-and-get-started-with-django-based-mezzanine-cms-on-ubuntu

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM