Как решить проблему ошибки при запуске приложения django на сервере heroku?
Я создал приложение django и теперь запускаю его на heroku app мой procfile и другие вещи следуют. но когда я создаю его на heroku, оно успешно загружается, но не запускается на сайте. Это приложение работает на localhost хорошо, но не на сайте
слушайте procfile
web: waitress-server --port=$PORT todoapp.wsgi:application
слушайте последние журналы
2022-01-24T07:20:24.200304+00:00 app[api]: Deploy 5e0ae6c8 by user zeelmehta.zm31@gmail.com
2022-01-24T07:20:24.200304+00:00 app[api]: Release v10 created by user zeelmehta.zm31@gmail.com
2022-01-24T07:20:33.000000+00:00 app[api]: Build succeeded
2022-01-24T07:20:40.938065+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=todoapp-zeel.herokuapp.com request_id=81d8bb3e-5f6c-4f37-8be0-90508cebef10 fwd="157.32.119.168" dyno= connect= service= status=503 bytes= protocol=https
2022-01-24T07:20:41.630709+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=todoapp-zeel.herokuapp.com request_id=87aff06b-aff3-4846-9abc-95b1db51d632 fwd="157.32.119.168" dyno= connect= service= status=503 bytes= protocol=https
2022-01-24T07:20:55.134817+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=todoapp-zeel.herokuapp.com request_id=9a920057-d443-4404-badd-493951c0c196 fwd="157.32.119.168" dyno= connect= service= status=503 bytes= protocol=https
2022-01-24T07:20:55.760932+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=todoapp-zeel.herokuapp.com request_id=0f0b6bfc-2181-4eb0-b0af-8e444058b163 fwd="157.32.119.168" dyno= connect= service= status=503 bytes= protocol=https```
please help me to solve this error
web: waitress-serve --port=$PORT todoapp.wsgi:application
изменить сервер на serve