Django – How to make a variable available to all templates?
I would like to know how to pass a variable to all my templates, without repeating the same code on every method in my views.py file?
I would like to know how to pass a variable to all my templates, without repeating the same code on every method in my views.py file?