fix(api): prefer str over dict for the CACHE_URL setting

This fix the ability to reuse the CACHE_URL with other settings such as
CELERY_BROKER_URL.
This commit is contained in:
jo 2023-04-19 12:42:47 +02:00
commit 3028672096
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
2 changed files with 14 additions and 9 deletions

View file

@ -0,0 +1,4 @@
Prefer str over dict for the CACHE_URL api setting
This fix the ability to reuse the CACHE_URL with other settings such as
CELERY_BROKER_URL.