DjangoAdminHackers / django-linkcheck

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

Update README.rst to clarify install instructions #66

Closed saschwarz closed 7 years ago

saschwarz commented 7 years ago

Quick updates to install instructions to add app to INSTALLED_APPS and files must be named linklists.py Also fixed numbering reset.

andybak commented 7 years ago

Thanks!