Describe the bug
On the admin cafe dashboard, at the top is a list of overall site statistics.
The users.count doesn't work, but this is because I can't access the model directly as its the django allauth model, not my own so it isn't listed in models.py and I don't know where to add a count method for this.
Describe the bug On the admin cafe dashboard, at the top is a list of overall site statistics.
The users.count doesn't work, but this is because I can't access the model directly as its the django allauth model, not my own so it isn't listed in models.py and I don't know where to add a count method for this.
I will investigate
To Reproduce Steps to reproduce the behavior:
Go to '...'
See Total Users - blank
Expected behavior User count number
Screenshots