python - How to save the global variable value in Django and how to get that saved value if I reloads the page? -


i have 1 webpage track user tasks every day. want freeze date user cannot able edit data before date. done admin.so declare global variable(flag) in views.py , when admin freezing date value assigned true. when user logged in value not changed. how can this?


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -