文件名称:flask-ghpages-example:如何在Github页面上部署静态Flask应用程序的示例
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-31 18:05:59
Python
冷冻瓶+ Github页面示例 如何使用制作静态网站并在上免费部署它们的示例。 请参阅的博客文章。 $ pip install -r requirements.txt # Run local server $ python run.py # Build static content $ python freeze.py 请参阅的网站。 执照 根据许可。
【文件预览】:
flask-ghpages-example-master
----bacon()
--------index.html(1KB)
----index.html(971B)
----static()
--------css()
--------js()
----run.py(152B)
----samuel()
--------index.html(1KB)
----requirements.txt(106B)
----.gitignore(70B)
----freeze.py(79B)
----lebowski()
--------index.html(2KB)
----project()
--------app.py(227B)
--------main.py(140B)
--------templates()
--------static()
--------__init__.py(0B)
--------pages()
--------settings.py(1005B)
--------views.py(549B)
----README.md(639B)