diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-12-25 18:39:41 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-12-25 18:39:41 +0200 |
| commit | 3fb8e9a66773ca4fb7844ff95ffca5a2faddb3b9 (patch) | |
| tree | 67ed0d1c9da177fd3ce89bf86439a1a7d0722e9b /Procfile | |
| parent | 47a0f07d18d3137a06ac9cd19f95be290fd7f276 (diff) | |
Use gunicorn on production
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..12538f8 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python manage.py run_gunicorn -b 0.0.0.0:$PORT |
