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)
