mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
15 lines
449 B
Python
15 lines
449 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.22.0"
|
|
__copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others"
|
|
__license__ = "MIT License"
|