Dj-config-url

Latest version: v0.1.1

Safety actively analyzes 619516 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.1

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

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.