skip to Main Content

Celery unable to use redis

Trying to start Celery first time but issues error as below, i have installed redis and its starting fine , but still somehow django seems to have issues with it , File "<frozen importlib._bootstrap_external>", line 848, in exec_module File "<frozen…

VIEW QUESTION

Apache + Django on Windows does not start

I am trying to set up Apache with Django on Windows but it does not seem to work. My settings.py ALLOWED_HOSTS = ['localhost', '127.0.0.1'] My wsgi.py import os import sys from django.core.wsgi import get_wsgi_application from pathlib import Path # Add…

VIEW QUESTION
Back To Top
Search