Markus Holtermann
Markus Holtermann
Thank you for the great library. It's a pleasure to work with. ## Problem I have a custom resource with an array of objects somewhere in the spec. Say, like...
- [x] Provide views / URLs under the `/admin/` path - [x] login - [x] setup - [x] backup tokens - [x] profile - [x] QR code - [ ]...
Right now, the setup.py pins Click to version 7.x, which makes it impossible to use version 8.x. Here is the changelog for Click 8.0.0: https://click.palletsprojects.com/en/8.0.x/changes/
On current Django master (django/django@19188826b4aa989475418f1ea9bf8631b04da1e8) I get a failure when running `cricket-unittest` from inside the `tests` directory: ``` python Traceback (most recent call last): File "/home/markus/.venvs/django-dev-py27/bin/cricket-unittest", line 9, in load_entry_point('cricket==0.2.3',...
We should allow users to enable / disable individual metrics by defining some variable in the Django settings. We may even go as far as disabling some provided metrics by...
Right now the "Reference Documentation" at http://django-postgres-metrics.readthedocs.io/en/latest/ref/modules.html is not super helpful. Let's change this.
The @pybee GitHub organization has some amazing contribution guidelines. Let's adopt them (while acknowledging the source) for django-postgres-metrics.
### Description of problem At the time of writing, the last Kiwi release on PyPI seems to be 12.4. The last releases on GitHub seem to be 12.5, 12.6, and...