I have a static file that I use in my template.
I need to hide some information in this file code but I normally use settings.py constants to do that.
How can I instance a settings.py constant in a static file?
I tried {{CONSTANT}}
but iit doesn't work.