mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
9 lines
232 B
Python
9 lines
232 B
Python
"""
|
|
Analytics service integration for Django projects
|
|
"""
|
|
|
|
__author__ = "Joost Cassee"
|
|
__email__ = "joost@cassee.net"
|
|
__version__ = "3.0.0"
|
|
__copyright__ = "Copyright (C) 2011-2020 Joost Cassee and contributors"
|
|
__license__ = "MIT"
|