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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to tell what version of django-linkcheck is installed?

rerb opened this issue · comments

linkcheck.version would be handy

Probably not relevant to the issue author anymore, but in case anyone else stumbles across this issue:

>>> from importlib.metadata import version
>>> version("django_linkcheck")
'1.9.1'