I am creating an app in which I have to transfer value from one function to other in Django, after reading some articles I have found out I can use global variables inside the Django function. I just want to ask is it good to use global function because the app I am wokring on is gonna be live and people will use it I dont want any trouble at later stages.
-edited