flask_blog

时间:2024-03-26 15:14:53
【文件属性】:

文件名称:flask_blog

文件大小:17KB

文件格式:ZIP

更新时间:2024-03-26 15:14:53

Python

Flaskr Flask内置的基本博客应用程序。 安装 确保使用与您正在阅读的文档版本相同的代码版本。 您可能需要最新的标记版本,但是默认的Git版本是master分支。 # clone the repository $ git clone https://github.com/pallets/flask $ cd flask # checkout the correct version $ git tag # shows the tagged versions $ git checkout latest-tag-found-above $ cd examples/tutorial 创建一个virtualenv并激活它: $ python3 -m venv venv $ . venv/bin/activate 或在Windows cmd上: $ py -3 -m venv ven


【文件预览】:
flask_blog-main
----setup.py(619B)
----.gitignore(118B)
----Dockerfile(276B)
----requirements.txt(95B)
----MANIFEST.in(118B)
----LICENSE(2KB)
----setup.cfg(149B)
----README.rst(1KB)
----tests()
--------conftest.py(1KB)
--------test_blog.py(2KB)
--------data.sql(394B)
--------test_db.py(624B)
--------test_auth.py(2KB)
--------test_factory.py(298B)
----.circleci()
--------config.yml(763B)
----flaskr()
--------templates()
--------__init__.py(1KB)
--------db.py(1KB)
--------static()
--------schema.sql(498B)
--------blog.py(3KB)
--------auth.py(3KB)

网友评论