django-tz-detect
django-tz-detect copied to clipboard
Force reload page on innitial load (opt-in)
First of all I would like to thank you for this wonderful package 2 projects I've worked on are used in multiple time-zones and both revolve around reservations so times and time-zones is very critical Storing everything in UTC and using this project to display in the users local TZ is a game changer!
One of the projects often has one time visitors so the Initial load limitation has become an issue - and when thinking of a solution I thought Why not just force a reload if the tz_detect cookie is not set - seems like a reasonable tradeoff for me I know not everyone would want such a behavior - so it should be opt-in (via a config setting)