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"
|
2016-01-06 14:42:45 +00:00
|
|
|
__version__ = "2.0.0"
|
2016-01-16 22:38:01 +00:00
|
|
|
__copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others"
|
2011-01-21 01:01:40 +00:00
|
|
|
__license__ = "MIT License"
|