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).
Add a few hints about contributing to the readme.
I thought it could make sense to add django as direct dependency to make it easier to run the tests standalone, without installing linkcheck in another Django project first.
Add a few hints about contributing to the readme. I thought it could make sense to add
django
as direct dependency to make it easier to run the tests standalone, without installing linkcheck in another Django project first.