django-analytical/analytical/__init__.py

16 lines
443 B
Python
Raw Normal View History

2011-01-21 01:01:40 +00:00
"""
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/
2011-01-21 01:01:40 +00:00
"""
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
2011-08-19 05:59:02 +00:00
__version__ = "0.9.2"
2011-07-21 05:09:37 +00:00
__copyright__ = "Copyright (C) 2011 Joost Cassee and others"
2011-01-21 01:01:40 +00:00
__license__ = "MIT License"