Metadata-Version: 1.0
Name: django-cache-url
Version: 0.3
Summary: Use Cache URLs in your Django application.
Home-page: http://github.com/ghickman/django-cache-url
Author: George Hickman
Author-email: george@ghickman.co.uk
License: MIT
Description: 
        django-cache-url
        ~~~~~~~~~~~~~~~~
        
        This simple Django utility allows you to utilize the
        `12factor <http://www.12factor.net/backing-services>`_ 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.
        
Platform: UNKNOWN
