areski / django-admin-tools-stats

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
http://django-admin-tools-stats.readthedocs.org/
Other
291 stars 74 forks source link

Use Python 3 compatible version of Cache utils #31

Closed PetrDlouhy closed 6 years ago

PetrDlouhy commented 7 years ago

The django-cache-utils package is not compatible with Python 3. Please use djcacheutils (https://pypi.python.org/pypi/djcacheutils/3.0.0) instead in the dependencies.