Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defnngj/flasky
"pop up" web app
https://github.com/defnngj/flasky
Last synced: 25 days ago
JSON representation
"pop up" web app
- Host: GitHub
- URL: https://github.com/defnngj/flasky
- Owner: defnngj
- License: mit
- Created: 2017-09-05T09:54:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T17:42:19.000Z (over 1 year ago)
- Last Synced: 2024-04-22T09:20:04.400Z (7 months ago)
- Language: Python
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flasky
"pop up" web app项目从分支页来:
https://github.com/miguelgrinberg/flasky虽然是[《Flask Web Development》](https://www.flaskbook.com/) 一书中的练习项目,但实现的功能相当完整。
### 安装
flask是一个微型Web框架,所以,他依赖了大量的第三方扩展。在 requirements.txt 查看。
1、通过以下命令,一次性安装所有依赖包:
pip install -r requirements.txt
2、执行数据库迁移
python manage.py db upgrade
3、安装uwsgi
pip install uwsgi