Home > Backend Development > PHP Tutorial > 如何在flask或者django中实现类似wordpress的安装方式

如何在flask或者django中实现类似wordpress的安装方式

WBOY
Release: 2016-06-06 20:14:35
Original
1217 people have browsed it

最近有一个想法就是为什么python的框架中没有如同php中wordpress框架的东西,可能是我见识短浅,还望大家提出来。
想问一下,wordpress安装的实现思想是什么?
谢谢

回复内容:

最近有一个想法就是为什么python的框架中没有如同php中wordpress框架的东西,可能是我见识短浅,还望大家提出来。
想问一下,wordpress安装的实现思想是什么?
谢谢

flask、Django是web框架,wordpress是一个应用程序,本来做的事情就不一样。。、、

如果是说wordpress的人性化的安装和引导的话也是通过用户填写信息收集后保存成配置文件。然后web程序每次启动时查找配置文件没有就进入安装引导界面有就读取连接数据库之类的

怎么没有啊,django不是就是类似的他这个吗,还是不懂你的意思

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template