context_processors.settings returns empty context #2015
Unanswered
raphaelyancey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a hard time debugging the
settings
context processor.As you can see in the code below, I can access a registrered setting but somehow they're not included in the context, and I cannot print them in the context processor itself.
How is that even possible?
Beta Was this translation helpful? Give feedback.
All reactions