skip to Main Content

Docker – Failed building wheel for twisted-iocpsupport

I'm trying to dockerize my django project. When i run "docker build -t django_project" i get following error: 18.82 Building wheel for twisted-iocpsupport (pyproject.toml): started 19.23 Building wheel for twisted-iocpsupport (pyproject.toml): finished with status 'error' 19.24 error: subprocess-exited-with-error 19.24 19.24…

VIEW QUESTION

Redis – Django Channel 2 with Daphne on Heroku crash on starting

I created a django app using Channels 2 on heroku but it crash on starting with 503 error code. 2020-04-07T10:05:35.226253+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=www.mysite.com request_id=317bfbe6-9055-4957-9fbb-8190616c3964 fwd="" dyno= connect= service= status=503 bytes= protocol=https Procfile : release: python…

VIEW QUESTION
Back To Top
Search