Skip to content

hoptop/PYtypecho

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


使用方法:

  1. 下载git clone [email protected]: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/

Packages

No packages published

Languages

  • JavaScript 41.9%
  • HTML 31.3%
  • Python 13.8%
  • CSS 13.0%