Getting the error ModuleNotFoundError at / No module named 'sekizai'

188 views Asked by At

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


snip from browser

I removed the module from settings.py

1

There are 1 answers

3
Joac On

Looking at the docs here

There are another settings that refer to sekizai like TEMPLATE_CONTEXT_PROCESSORS

Try to grep for sekizai on the codebase.