skip to Main Content

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

hosting Django on Apache

I'm following a tutorial trying to host Django on apache server, now as I finally installed mod_wsgi using cmd, I try to use the command: mod_wsgi-express module-config now i get another bugging error - which is: Microsoft Windows [Version 6.1.7601]…

VIEW QUESTION

Redis – Importing Module in django

the module importing in celery.py from celery import Celery the module importing in redis.py from redis import StrictRedis what's my problem? Django allow the file name the same with the third-party package name. How the django to import the modules…

VIEW QUESTION
Back To Top
Search