Skip to content

simonharris/django-clickthroughs

Repository files navigation

django-clickthroughs

PyPI version Tests

Logging and reporting for outbound links, with ability to configure in extra parameters such as affiliate tags.

Installation notes

  • pip install django-clickthroughs
  • add clickthroughs to INSTALLED_APPS
  • add urls.py entry (pick your own URL space)
  • run migrations: python manage.py migrate clickthroughs

Usage notes

{% load click_tags %}

<a href="{% clickthrough 'https://example.com' %}">Visit Example</a>

About

Logging and reporting for outbound links, with ability to configure in extra parameters such as affiliate tags. Implemented as a simple Django template tag.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors