An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).
BSD 3-Clause "New" or "Revised" License
75
stars
26
forks
source link
Set a date-based ordering for link report pages #80
Currently, the Paginator emits a warning with recent Django versions because of the unordered QuerySet. I'm suggesting an ordering based on the last checked value of links, so the list of links on reports is determinate, not random.
Currently, the
Paginator
emits a warning with recent Django versions because of the unorderedQuerySet
. I'm suggesting an ordering based on the last checked value of links, so the list of links on reports is determinate, not random.