Thomas Frössman

Results 177 comments of Thomas Frössman

Please describe how you suggest it will work! Allowing the value to be just a plain function? I use a pattern like this when I want to have that feature...

So something like this then.. I wonder if it clashes with other features or not, I cant think of anything from the top of my head.. ```py def create_something(): return...

I am not a maintainer. I just wanted to understand what you were requesting (for the benefit of everyone) , it looks clear to me now..

Remember that if you are using it for creating a new temporary directory and use it as a default value and don't return a static value the value will probably...

CACHE_URL parsing does not seem to support quoted values (at least not when quoted with `'` ) So this maybe works unless there are other issues as well: ``` CACHE_URL=rediscache:///var/run/redis/redis-server.sock?db=3&client_class=django_redis.client.DefaultClient...

I would like to implement https://github.com/korfuri/django-prometheus/issues/57 to break down the metric into status code per view or whatever as well.. Maybe it's a good time to work a bit towards...

the more I try to make use of these metrics I'm leaning towards merging these to only export a single `django_http_exceptions_total` which includes both `type` and `view_name`.

hmm. yeah, I just got massive amount of broken stuff :(

I know. Someone else installed it on a shared system and a few strange things started to happen.. Could I submit a patch that ignores system wide installed packages to...

Because sometimes a global install on a shared isnt as up to date as a homedir install