I am writing a web app with Django in which I have to share some data with another python socket server running in parallel.
I have tried using a common python file to store global variable. but since those server are two different processes it is not working. (I am not interested in using any database)