django-cache-url 0.6.0

django-cache-url is a simple Django app that allows you to utilize the 12factor inspired CACHE_URL environment variable to configure your Django application.UsageConfigure your cache in settings.py:CACHES = {'default': django_cache_url.config()}Nice and...