个人博客。
$ git clone https://github.com/ghostrong/weblog.git
-
配置数据库连接参数:config.py
-
创建table
$ python data.py
-
运行 app
$ python myapp.py
http://localhost:5555/blog/admin/
注意根据需要修改访问权限。
个人博客。
$ git clone https://github.com/ghostrong/weblog.git
配置数据库连接参数:config.py
创建table
$ python data.py
运行 app
$ python myapp.py
http://localhost:5555/blog/admin/
注意根据需要修改访问权限。