使用方法:
- 下载或
git clone git@github.com:lleobox/PYtypecho.git
到本地 - 安装需求文件
requirements.txt
中的包 - 执行
python manage.py shell
- 然后使用
init()
进行网站数据初始化 - 网站默认账户
admin
,密码admin
,后台登录地址site_url/auth/login
- 执行
python manage.py runserver
- 访问
127.0.0.1:5000
开始享受本程序吧
本程序需要本机已安装mongdb, 具体安装方法详见 https://docs.mongodb.org/manual/installation/