flask restplus boilerplate:用于烧瓶静态网络服务的样板 源码
带JWT的烧瓶RESTX锅炉板 终端命令 注意:确保已安装pip和virtualenv 。 Initial installation: make install To run test: make tests To run application: make run To run all commands at once : make all 确保运行初始迁移命令以更新数据库。 > python manage.py db init > python manage.py db migrate --message 'initial database migration' > python ma
文件列表
flask-restplus-boilerplate-master.zip
(预估有个27文件)
flask-restplus-boilerplate-master
manage.py
777B
.circleci
config.yml
423B
requirements.txt
462B
README.md
1KB
Makefile
357B
.gitignore
1KB
app
__init__.py
488B
暂无评论