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).
I'm not sure whether you agree on this, but sometimes when I work with the Django shell, it would make my life easier if the models would have a more informative representation (at the moment they use Django's default <Link: Link object (1)> etc)...
I'm not sure whether you agree on this, but sometimes when I work with the Django shell, it would make my life easier if the models would have a more informative representation (at the moment they use Django's default
<Link: Link object (1)>
etc)...