From 4ff5ac745830393a5915da81fc56da2380e75bc4 Mon Sep 17 00:00:00 2001 From: brad stein Date: Sun, 21 Oct 2018 23:21:09 -0500 Subject: [PATCH] Added a procfile --- .../__pycache__/settings.cpython-36.pyc | Bin 2560 -> 2560 bytes ChannelsDrawShareSite/settings.py | 1 + Procfile | 2 ++ 3 files changed, 3 insertions(+) create mode 100644 Procfile diff --git a/ChannelsDrawShareSite/__pycache__/settings.cpython-36.pyc b/ChannelsDrawShareSite/__pycache__/settings.cpython-36.pyc index 344d251cd3ee66a0637e4ea83fad03c29e265515..2b1d6fd20cc333b3f9bbe0dc90cb69a0df397a60 100644 GIT binary patch delta 18 ZcmZn=X%OKw=H=yj;B_{-X(Q)%P5?231{VMT delta 18 ZcmZn=X%OKw=H=z`az7j0xRLWaCjcxU1$_Vj diff --git a/ChannelsDrawShareSite/settings.py b/ChannelsDrawShareSite/settings.py index c9e9138..447716f 100644 --- a/ChannelsDrawShareSite/settings.py +++ b/ChannelsDrawShareSite/settings.py @@ -130,3 +130,4 @@ USE_TZ = True # https://docs.djangoproject.com/en/2.1/howto/static-files/ STATIC_URL = '/static/' + diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ea62526 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +release: python manage.py migrate +web: gunicorn ChannelsDrawShareSite.wsgi --log-file -