.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
MIGRATION_GUIDE.md
README.md
pyproject.toml
requirements-dev.txt
setup.py
djinsight/__init__.py
djinsight/admin.py
djinsight/apps.py
djinsight/celery.py
djinsight/conf.py
djinsight/middleware.py
djinsight/models.py
djinsight/registry.py
djinsight/renderers.py
djinsight/tasks.py
djinsight/urls.py
djinsight/utils.py
djinsight/views.py
djinsight.egg-info/PKG-INFO
djinsight.egg-info/SOURCES.txt
djinsight.egg-info/dependency_links.txt
djinsight.egg-info/requires.txt
djinsight.egg-info/top_level.txt
djinsight/management/__init__.py
djinsight/management/commands/__init__.py
djinsight/management/commands/cleanup_pageviews.py
djinsight/management/commands/generate_summaries.py
djinsight/management/commands/migrate_to_v2.py
djinsight/management/commands/process_pageviews.py
djinsight/mcp/__init__.py
djinsight/mcp/server.py
djinsight/migrations/0001_initial.py
djinsight/migrations/0002_rename_djinsight_p_page_id_a3ba77_idx_djinsight_p_page_id_f86134_idx_and_more.py
djinsight/migrations/0003_alter_pageviewlog_session_key.py
djinsight/migrations/0004_v2_new_architecture.py
djinsight/migrations/0005_mcpapikey_and_more.py
djinsight/migrations/__init__.py
djinsight/providers/__init__.py
djinsight/providers/base.py
djinsight/providers/database.py
djinsight/providers/redis.py
djinsight/templates/djinsight/tracking_script.html
djinsight/templates/djinsight/charts/default_chart.html
djinsight/templates/djinsight/widgets/stats_badge.html
djinsight/templates/djinsight/widgets/stats_widget.html
djinsight/templatetags/__init__.py
djinsight/templatetags/djinsight_tags.py
djinsight/tests/__init__.py
djinsight/tests/test_models.py
djinsight/tests/test_providers.py
djinsight/tests/test_views.py
example/db.sqlite3
example/manage.py
example/blog/__init__.py
example/blog/admin.py
example/blog/apps.py
example/blog/models.py
example/blog/tests.py
example/blog/urls.py
example/blog/views.py
example/blog/migrations/0001_initial.py
example/blog/migrations/__init__.py
example/blog/templates/blog/post_detail.html
example/blog/templates/blog/post_list.html
example/example_project/__init__.py
example/example_project/asgi.py
example/example_project/settings.py
example/example_project/urls.py
example/example_project/wsgi.py