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"
|
2014-07-06 19:21:49 +00:00
|
|
|
__version__ = "0.19.0"
|
2012-08-14 06:51:13 +00:00
|
|
|
__copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others"
|
2011-01-21 01:01:40 +00:00
|
|
|
__license__ = "MIT License"
|