add waitress production server
This commit is contained in:
parent
4cf7b0d499
commit
8584ab2fcd
2 changed files with 2 additions and 0 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
@ -0,0 +1 @@
|
|||
web: waitress-serve --port $PORT project.wsgi:application
|
|
@ -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
|
||||
|
|
Reference in a new issue