Brad Montgomery
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...
Email reports should include charts instead of a table full of numbers
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.
Ensure Github Actions on this project run the tests on Pull Requests and on merges into the main branch. We should ensure that Github actions runs the django tests using...
As of time of writing, that latest version of Django is [5.2.1](https://docs.djangoproject.com/en/5.2/releases/5.2.1/), which is an LTS release. This project as-of-yet does not have an official release that indicates support for...