Metadata-Version: 2.0
Name: django-cache-url
Version: 0.3.2
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
Platform: UNKNOWN

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.


