/PYtypecho

博客程序

Primary LanguageJavaScriptApache License 2.0Apache-2.0

基于 python、flask、mongodb的个人博客程序


使用方法:

  1. 下载git clone git@github.com:lleobox/PYtypecho.git到本地
  2. 安装需求文件requirements.txt中的包
  3. 执行python manage.py shell
  4. 然后使用init()进行网站数据初始化
  5. 网站默认账户admin,密码admin,后台登录地址site_url/auth/login
  6. 执行python manage.py runserver
  7. 访问127.0.0.1:5000开始享受本程序吧

本程序需要本机已安装mongdb, 具体安装方法详见 https://docs.mongodb.org/manual/installation/