Skip to content

tyutltf/bluelog

 
 

Repository files navigation

Bluelog

A blue blog.

流程

$ cd bluelog
$ pipenv install --dev
$ pipenv shell
$ flask forge
$ flask run
* Running on http://127.0.0.1:5000/

测试账户密码:

  • username: admin
  • password: ltf1234

下载镜像源

如果执行pipenv install命令安装依赖耗时太长,你可以考虑使用国内的PyPI镜像源,比如:

$ pipenv install --dev --pypi-mirror https://mirrors.aliyun.com/pypi/simple

About

A blog engine built with Flask.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.9%
  • HTML 34.2%
  • CSS 11.1%
  • Python 8.4%
  • Other 0.4%