skip to Main Content

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