I have some stuff in settings.py that I’d like to be able to access from a template, but I can’t figure out how to do it. I already tried
{{CONSTANT_NAME}}
but that doesn’t seem to work. Is this possible?
I have some stuff in settings.py that I’d like to be able to access from a template, but I can’t figure out how to do it. I already tried
{{CONSTANT_NAME}}
but that doesn’t seem to work. Is this possible?