flask-blog

时间:2024-04-10 20:32:34
【文件属性】:

文件名称:flask-blog

文件大小:27KB

文件格式:ZIP

更新时间:2024-04-10 20:32:34

Python

烧瓶博客 一个使用python Flask编写的简单博客。部署在Heroku( ) 安装指南 克隆它 git clone https://github.com/nurlybek-dev/flask-blog.git cd flask-blog pip install -r requirements.txt set FLASK_APP=main.py flask create-db flask run 在浏览器中打开 。 创建超级用户使用命令 flask createsuperuser --username --password 运行测试 项目包含pytest的测试 pytest


【文件预览】:
flask-blog-main
----MANIFEST.in(57B)
----config.py(356B)
----main.py(210B)
----requirements.txt(75B)
----setup.cfg(74B)
----Procfile(121B)
----setup.py(295B)
----README.md(523B)
----tests()
--------test_cli.py(586B)
--------admin()
--------test_blog.py(4KB)
--------test_auth.py(2KB)
--------test_factory.py(179B)
--------__init__.py(0B)
--------test_models.py(509B)
--------conftest.py(2KB)
----.gitignore(103B)
----app()
--------admin()
--------auth()
--------__init__.py(751B)
--------models.py(2KB)
--------cli.py(775B)
--------main()
--------templates()
--------static()

网友评论