django-andablog
django-andablog copied to clipboard
A system check for get_short_name and get_absolute_url
The configured user model need to have get_short_name and get_absolute_url implemented as that is what the templates rely on.
The check should be ignored if they have overrode the dependent templates.