epicserve / django-cache-url

Use Cache URLs in your Django Application
MIT License
18 stars 12 forks source link

special case for "file:" backend, allowing relative paths #10

Closed frnhr closed 3 years ago

frnhr commented 3 years ago

Resolves #9

Seemed safer than to alter the else branch. Not sure, though.