Metadata-Version: 1.0
Name: django-visitor
Version: 0.1.5
Summary: Track visitors across your site using a cookie
Home-page: https://bitbucket.org/kencochrane/django-visitor/
Author: Ken Cochrane
Author-email: KenCochrane@gmail.com
License: UNKNOWN
Description: ========================
        Django visitor
        ========================
        
        This is a fairly simple visitor tracking application for Django,
        designed to make allowing tracking visitors as painless as possible. It
        requires a functional installation of Django 1.1 or newer, but has no
        other dependencies.
        
        For installation instructions, see the file "INSTALL" in this
        directory;
        
        
        ==========
        Change Log
        ==========
        0.1.5 - added VISITOR_IGNORE_IP_LIST custom setting to help with issues behind a load balancer.
        
        0.1.4 - Merged in changes from pydanny (cleanup and better docs)
        
        0.1.3 - Added missing constant "REQUEST_LOG_ID" used by other applications.
        
        0.1.2 - Added support for akamai's site accelerator, it puts the visitors origin IP in a custom header, so I needed to add a change to support this.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Django
