django-admin-tools-stats icon indicating copy to clipboard operation
django-admin-tools-stats copied to clipboard

Django-admin-tools-stats is a Django admin module that allow you to create easily charts on your dashboard based on specific models and criterias

Results 13 django-admin-tools-stats issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "X:\Lukas\MasterDrive\MasterdriveBackend\masterdrivebackend\manage.py", line 21, in main() File "X:\Lukas\MasterDrive\MasterdriveBackend\masterdrivebackend\manage.py", line 17, in main execute_from_command_line(sys.argv) File "C:\Miniconda3\lib\site-packages\django\core\management\__init__.py", line 419, in execute_from_command_line utility.execute() File "C:\Miniconda3\lib\site-packages\django\core\management\__init__.py", line 395, in...

Now, at the end of wrap method: `return f(model, admin_class, **option)` There should be: `return f(model_or_iterable, admin_class, **option)` am I right?

An error is raised when the model passed to `DashboardStats.model_name` does not have an `id` field.

The documentation says to add few code snippets to **dashboard.py** file. But not sure where that file exists. Please improve the documentation whether that file has to be created or...

It is not possible to set datatypes of the dynamic criteria lookup values. So lookups with keys like `__isnull` or IDs aren't working very well. I think, that the dynamic...

Hi Hope you are doing well I have install django-admin-tools-stats and there is no error but it shows frame of chart in admin dashboard but it doesn't show curves. thnak...

Not sure if it`s my fault and I missed smth or an issue... I am getting this from django when trying to add criteria: ```TypeError at /admin/admin_tools_stats/dashboardstatscriteria/add/ render() got an...

JsonField from provided library could be changed to https://github.com/rpkilby/jsonfield2 no special chages needed

I installed django-admin-tools. Next I am trying to run `python manage.py makemigrations` But this gives me an error. Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File...