heroku python skeleton:Heroku部署的Python应用程序的框架存储库 源码
Heroku Python骨架 该存储库已准备好所有基本文件,可以在Heroku上部署Python应用程序。 它包括以下功能: Flask HTTP应用程序 绑定到Heroku Postgres数据库SQLAlchemy模型 基于Flask-RESTful和棉花糖序列化框架的RESTful API 用法 初始 $ git clone https://github.com/yuvadm/heroku-python-skeleton.git $ cd heroku-python-skeleton $ heroku create $ git push heroku master 数据库 $ her
文件列表
heroku-python-skeleton-master.zip
(预估有个10文件)
heroku-python-skeleton-master
app.py
2KB
runtime.txt
13B
templates
index.html
62B
base.html
634B
Procfile
22B
static
css
bootstrap.min.css
72KB
暂无评论