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).
In this PR, I extracted some changes of #135 to reduce the diff and to make reviewing a bit easier.
These changes do not yet change anything in the database structure, but only re-arrange the model methods a bit.
In this PR, I extracted some changes of #135 to reduce the diff and to make reviewing a bit easier. These changes do not yet change anything in the database structure, but only re-arrange the model methods a bit.
Thanks in advance for your feedback!