django-admin-tools-stats
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
hello. after editing /usr/local/lib/python2.7/dist-packages/admin_tools/dashboard/dashboards.py and adding from admin_tools_stats.modules import DashboardCharts, get_active_graph i get an error that tell me: raise AppRegistryNotReady("Apps aren't loaded yet.") app was installed and tables were created...
ImportError at /admin/ cannot import name 'smart_unicode' Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Django Version: 1.10.4 Exception Type: ImportError Exception Value: cannot import name 'smart_unicode' Exception Location: /myvenv/lib/python3.5/site-packages/cache_utils/utils.py in ,...
So I have installed everything as per the instructions, and I am getting the stats and stats criteria tables, but there are a couple of things I am not able...