Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 543 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 543 Bytes

Tracker

Tracker allows for Admin management of site trackers.

There is also limited gatekeeping ("Set it and forget it!") available for trackers.

Quick start

  1. Add "tracker" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'tracker',
    ]
    
  2. Edit your base template to:

    • {% load tracking_tags %}
    • Add references to the insert_trackers templatetag for the default tracking locations.

See the project README for more detailed instructions.