I have a question
I need to store some data globally so I can access them anywhere in my Djangorestframework application, kind of like how flask provides flask.g for this. Can I use Django context processor for this? I know I can use Django context processor if I am working with Django templates, I just want to know if it is possible for me to use it with Djangorestframework