Re: Using activate() to set the timezone in Model Admin

2022-07-13 Thread Abdul Qoyyuum
You can set this up in Admin site with activate() as you found out. This stack overflow answer shows that the developer uses stackedinline on the admin site when representing to the user. https://stackoverflow.com/a/38730431 Abdul Qoyyuum Bin Haji Abdul Kadir System Engineer at Card Access Service

Using activate() to set the timezone in Model Admin

2022-07-13 Thread Paul Tiplady
I'd like to have my Admin site use a different default timezone than the rest of my django app. I prefer the backend and API to operate in UTC, because this is a general good practice for geographically distributed teams. However admin users (based in a specific timezone) find this confusing, a