Metadata-Version: 1.1
Name: django-userlog
Version: 0.1
Summary: Logs users' recent browsing history.
Home-page: https://github.com/aaugustin/django-userlog
Author: Aymeric Augustin
Author-email: aymeric.augustin@m4x.org
License: BSD
Description: django-userlog is a lightweight solution to see in real-time how a given user
        is browsing a Django website. The intended use case is live customer support.
        
        (Note that "synchronized browsing" is a much better solution. Modern live
        customer support solutions often provide this feature — if you can afford it!)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
