Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Initial release

Latest
Compare
Choose a tag to compare
@julianwachholz julianwachholz released this 18 May 18:57
· 2 commits to master since this release

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'),
}