Daniel Quinn@lemmy.ca to Django@programming.devEnglish · 1 year 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 · 1 year agomessage-square6fedilink
minus-squarecallcc@lemmy.worldlinkfedilinkarrow-up2·1 year agoSo is this basically caching every foreign page and video you link to?
minus-squareDaniel Quinn@lemmy.caOPlinkfedilinkEnglisharrow-up2·1 year 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.