2011-01-21 01:01:40 +00:00
|
|
|
"""
|
|
|
|
|
Analytics service integration for Django
|
|
|
|
|
========================================
|
|
|
|
|
|
2011-01-24 23:13:44 +00:00
|
|
|
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"
|