Slide 10
Slide 10 text
python
app
• django-‐admin
startproject
hellodjango
• tsutu
app-‐create
hellodjango
• フォルダをgit
init等してリポジトリ化
• Procfileを追加作成
web:
gunicorn
-‐-‐access-‐logfile
-‐
-‐b
0.0.0.0:$PORT
-‐w
3
abyss.wsgi
• サンプルは要DBで動かない
• h7ps://github.com/tsuru/tsuru-‐django-‐sample