I was working in a Django project, more precisely its settings, I stopped in front of CACHES
parameter, I love when code use an agnostic way and in Django settings I love to use dj-database-url
to configure DATABASES
, so I made the same for CACHES
: At this time dj-cache-url
was born.
dj-database-url ?
I won't ...