I would appreciate it if you could help me.
I want to add some environment variables to command line as following:
python manage.py runserver myvar=myvar_value
I use the myvar in views.py request function, In fact the servers do different works I want to make a flag with myvar to determine if the myvar is equal 1, runs some functions in views file and if myvar is 0, runs some other function.