.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
setup.py
djinsight/__init__.py
djinsight/admin.py
djinsight/apps.py
djinsight/celery.py
djinsight/models.py
djinsight/tasks.py
djinsight/urls.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/process_pageviews.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/__init__.py
djinsight/templates/djinsight/examples.html
djinsight/templates/djinsight/page_analytics.html
djinsight/templates/djinsight/stats_display.html
djinsight/templates/djinsight/tracking_script.html
djinsight/templates/djinsight/stats/first_viewed.html
djinsight/templates/djinsight/stats/last_viewed.html
djinsight/templates/djinsight/stats/live_counter.html
djinsight/templates/djinsight/stats/total_views.html
djinsight/templates/djinsight/stats/unique_views.html
djinsight/templates/djinsight/stats/views_month.html
djinsight/templates/djinsight/stats/views_today.html
djinsight/templates/djinsight/stats/views_week.html
djinsight/templatetags/__init__.py
djinsight/templatetags/djinsight_tags.py
djinsight/tests/__init__.py
djinsight/tests/test_models.py
djinsight/tests/test_permissions.py
djinsight/tests/test_templatetags.py
docs/README.md
docs/configuration.md
docs/contributing.md
docs/demo-gallery.md
docs/installation.md
docs/license.md
docs/permission-control.md
docs/quick-start.md
docs/images/1.png
docs/images/2.png
docs/images/3.png
docs/images/4.png
docs/images/5.png
example/celerybeat-schedule.db
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/management/__init__.py
example/blog/management/commands/__init__.py
example/blog/management/commands/analyze_redis.py
example/blog/management/commands/create_sample_data.py
example/blog/migrations/0001_initial.py
example/blog/migrations/__init__.py
example/example/__init__.py
example/example/asgi.py
example/example/celery.py
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
example/templates/base.html
example/templates/blog/article_detail.html
example/templates/blog/article_list.html
example/templates/blog/course_detail.html
example/templates/blog/course_list.html
example/templates/blog/home.html
example/templates/blog/popular.html
example/templates/blog/product_detail.html
example/templates/blog/product_list.html