This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
Initial public release featuring the well known dj_database_url
functionality in addition to a new feature to configure your cache backends in Django.
Example usage:
CACHES = {
'default': dj_config_url.parse('filecache:///var/tmp/django_cache?timeout=60&max_entries=1000&cull_frequency=2'),
}