skip to Main Content

pip won't install channels_redis

for working with Django channels I need to install "channels_redis". while installing "channels_redis" I face this error, any thought? by the way, I'm on windows and it showed me an error of C++ first and after installing Microsoft visual studio…

VIEW QUESTION

Django and Celery error when using RabbitMQ in Centos "[Errno 111] Connection Refused"

I'm using Django and Celery with RabbitMQ as the message broker. While developing in Windows I installed RabbitMQ and configured Celery inside Django like this: celery.py import os from celery import Celery os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'main.settings') app = Celery('DjangoExample') app.config_from_object('django.conf:settings', namespace='CELERY') app.autodiscover_tasks()…

VIEW QUESTION
Back To Top
Search