DuckDuckFedi how do i get the #gunicorn startup tine in my #django application? I can put `startup = datetime.now()` into my __init__.py, but that only gives me the worker startup time, not the app startup time.

(What i really want is for a view to auto-reload after the template changed in a app update, but ... idk how to do that)

hm, i can just generate a hash for all static files and templates, then reload when the hash changes. that sounds easy.
@kunsi In production or in development?
@promasu both. shouldn't be too harsh because i only need to compute this on worker startup.
@kunsi I see. Was just thinking about existing solutions that might fit your usecase but I'm not aware of any compatible with Gunicorn etc.