I'm having this error in browsers in production after attempting to install the module django-sezikai.
python version 3.7.9 ; django version 2.1.15 ; OS: CentOS
I removed the module from settings.py
I'm having this error in browsers in production after attempting to install the module django-sezikai.
python version 3.7.9 ; django version 2.1.15 ; OS: CentOS
I removed the module from settings.py
Looking at the docs here
There are another settings that refer to
sekizai
likeTEMPLATE_CONTEXT_PROCESSORS
Try to grep for
sekizai
on the codebase.