Brad Montgomery

Results 8 issues of Brad Montgomery

Nice to have: Instead of setting the `expire` param on every call to `metric(...)`, we could have a setting with a default value that gets applied to all metrics.

Here's the scenario: My metrics what to track the functions that get called in my code/framework. we could implement this as a decorator ``` from redis_metrics.decorators import count @count def...

enhancement

Email reports should include charts instead of a table full of numbers

enhancement

In TablibAdmin you've got: change_list_template = 'tablib/change_list.html' Shouldn't this default to (at least until this becomes a tablib extension)?: change_list_template = 'django_tablib/change_list.html'

Apparently the `glueoutputbuf` directive is no longer valid for 2.6.7. Besides that, the `redis::source` recipe works as expected on Ubuntu 12.04.

Update packaging info to use a `pyproject.toml` file using setuptools. - https://packaging.python.org/en/latest/tutorials/packaging-projects/ - https://setuptools.pypa.io/

This project hasn't currently been tested against django 4.