django-analytical/analytical/__init__.py
Joost Cassee 70ff4f6826 Support multiple Clicky codes; increment version
Clicky has updated their Javascript code to support logging to multiple
sites at the same time.
2011-06-05 15:17:41 +02:00

15 lines
432 B
Python

"""
Analytics service integration for Django
========================================
The django-analytical application integrates analytics services into a
Django_ project. See the ``docs`` directory for more information.
.. _Django: http://www.djangoproject.com/
"""
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "0.8.2"
__copyright__ = "Copyright (C) 2011 Joost Cassee"
__license__ = "MIT License"