1
Fork 0

add waitress production server

This commit is contained in:
Jake Howard 2016-11-26 13:20:51 +00:00
parent 4cf7b0d499
commit 8584ab2fcd
2 changed files with 2 additions and 0 deletions

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: waitress-serve --port $PORT project.wsgi:application

View file

@ -5,4 +5,5 @@ flake8==3.2.1
honcho==0.7.1
pygments-style-github==0.4
wagtail>=1.7,<1.8
waitress==1.0.1
whitenoise==3.2.2