Added a procfile

This commit is contained in:
brad stein 2018-10-21 23:21:09 -05:00
parent 218c4733db
commit 4ff5ac7458
3 changed files with 3 additions and 0 deletions

View File

@ -130,3 +130,4 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/'

2
Procfile Normal file
View File

@ -0,0 +1,2 @@
release: python manage.py migrate
web: gunicorn ChannelsDrawShareSite.wsgi --log-file -