Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Update production.py for redis issue #477

Open nerdyk3 opened 1 month ago

nerdyk3 commented 1 month ago

Why was this change necessary?

I was facing an issue during the deployment of the application with settings.production. It is a problem of redis.connection.HiredisParse it must be redis.connection._HiredisParse.

How does it address the problem?

Not able to make the application live using settings.production.

Are there any side effects?

No, it is a fix of a library