Daniel Quinn@lemmy.ca to Django@programming.devEnglish · 5 months agoI made a thing: "django-cool-urls"danielquinn.orgexternal-linkmessage-square6fedilinkarrow-up112arrow-down10
arrow-up112arrow-down1external-linkI made a thing: "django-cool-urls"danielquinn.orgDaniel Quinn@lemmy.ca to Django@programming.devEnglish · 5 months agomessage-square6fedilink
minus-squarecallcc@lemmy.worldlinkfedilinkarrow-up2·5 months agoSo is this basically caching every foreign page and video you link to?
minus-squareDaniel Quinn@lemmy.caOPlinkfedilinkEnglisharrow-up2·5 months agoYup. But it only swaps out the link from remote to local if show_local is set to True, which can be done automatically if the remote URL ever 404s.
So is this basically caching every foreign page and video you link to?
Yup. But it only swaps out the link from remote to local if
show_local
is set toTrue
, which can be done automatically if the remote URL ever 404s.