mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
14 lines
380 B
Python
14 lines
380 B
Python
"""
|
|
========================================
|
|
Analytics service integration for Django
|
|
========================================
|
|
|
|
The django-clicky application integrates Clicky_ analytics into a
|
|
Django_ project.
|
|
"""
|
|
|
|
__author__ = "Joost Cassee"
|
|
__email__ = "joost@cassee.net"
|
|
__version__ = "0.1.0alpha"
|
|
__copyright__ = "Copyright (C) 2011 Joost Cassee"
|
|
__license__ = "MIT License"
|