Clay Coleman
Clay Coleman
Using django 1.8.6, {% localtime on %} doesn't do anything! UTC time and localtime are the same. When USE_TZ = True, {% get_current_timezone as TIME_ZONE %}{{ TIME_ZONE }} yields America/Chicago...
I'm seeing a problem with child branching matching their parent branches during the cache check. I checked the caching docs for cache scopes and saw it says not only the...
using `DEBUG=threads:*` to debug some `threads` stuff, and was confused for a second about seeing debug messages with "Message from worker before finishing initialization". Turns out the messages it was...