blog_flask:基于Flask的简单博客

时间:2021-03-07 23:30:37
【文件属性】:
文件名称:blog_flask:基于Flask的简单博客
文件大小:22KB
文件格式:ZIP
更新时间:2021-03-07 23:30:37
Python Flask上的简单博客 下载 $ git clone https://github.com/aderny-twc/blog_flask.git $ cd blog_flask 设置虚拟环境 $ python -m venv venv $ source venv/bin/activate (venv) pip install -r requirements.txt 启动项目 (venv) python app/main.py 项目结构 blog_flask/ ├── app │   ├── app.py │   ├── config.py │   ├── main.py │   ├── models.py │   ├── posts │   │   ├── blueprint.py │   │   └── templates │   │   └── posts │   │  
【文件预览】:
blog_flask-main
----.gitignore(2KB)
----README.md(1KB)
----LICENSE(34KB)
----app()
--------posts()
--------app.py(565B)
--------manage.py(90B)
--------config.py(232B)
--------models.py(2KB)
--------main.py(163B)
--------templates()
--------view.py(158B)
----requirements.txt(319B)

网友评论