Software Details:
Version: 0.6.0
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 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.
Usage
Configure your cache in settings.py:
CACHES = {'default': django_cache_url.config()}
Nice and simple.
Requirements:
- Python
- Django
Comments not found