Files
morepython.org/Procfile
T
2019-03-11 06:31:39 -04:00

3 lines
126 B
Plaintext

web: waitress-serve --port=8041 --url-scheme=https --port=$PORT morepython.wsgi:application
release: python manage.py migrate