文件名称:Python-使用flask搭建web项目框架
文件大小:84KB
文件格式:ZIP
更新时间:2022-08-31 20:37:21
Python开发-Web开发框架
使用flask搭建web项目框架. 模块化设计, 支持数据迁移, banner,拦截器, 异常处理, json转换,,swagger, celery,flask配置拓展 等等
【文件预览】:
flaskapp-master
----config.properties(73B)
----.gitignore(40B)
----Dockerfile(247B)
----templates()
--------layout.html(676B)
--------examples()
--------index.html(1KB)
--------home.html(354B)
--------404.html(555B)
----requirements.txt(910B)
----.travis.yml(133B)
----docker-build.sh(138B)
----LICENSE(1KB)
----static()
--------images()
--------js()
--------css()
--------favicon.ico(1KB)
----manager.py(837B)
----examples()
--------extensions_flask_cache.py(696B)
--------__init__.py(221B)
--------rest_api.py(1KB)
--------extensions_flask_form.py(1KB)
--------hello_world.py(296B)
--------session_server01.py(3KB)
--------extensions_flask_migrate.py(1KB)
--------extensions_flask_SQLAlchemy.py(2KB)
--------index.py(2KB)
--------session_server02.py(3KB)
--------swagger_for_api.py(2KB)
----git-user-config.sh(108B)
----README.md(913B)
----bootstrap_app.py(247B)
----config.py(2KB)
----flaskapp()
--------core()
--------__init__.py(2KB)
--------extends()
--------services()
--------models()
--------views()
--------common()
--------plugins()
----bootstrap_celery.py(418B)
----banner.txt(511B)
----test()
--------config.properties(104B)
--------test_lru.py(593B)
--------test_celery.py(1008B)
--------__init__.py(219B)
--------views()
--------test_db.py(298B)
--------test_migrate.py(265B)
--------test_platform.py(289B)
--------test_banner.py(271B)
--------plugins()