Logging and reporting for outbound links, with ability to configure in extra parameters such as affiliate tags.
pip install django-clickthroughs- add
clickthroughstoINSTALLED_APPS - add
urls.pyentry (pick your own URL space) - run migrations:
python manage.py migrate clickthroughs
{% load click_tags %}
<a href="{% clickthrough 'https://example.com' %}">Visit Example</a>