Can I access constants in settings.py from templates in Django?

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?

17 Answers
17

Leave a Comment