{% extends 'base.html' %} {% load djinsight_tags %} {% block title %}Home - djinsight Example{% endblock %} {% block content %}
This is a demonstration of the djinsight package - a high-performance Django analytics system. Browse articles, products, and courses to see live view tracking in action!
📊 View Analytics DashboardEach article tracks views automatically using djinsight
{% for article in articles %}{{ article.content|truncatewords:20 }}
By {{ article.author }} on {{ article.published_at|date:"M d, Y" }}Visit the admin panel to create some sample articles.
No products yet. Add some products to see analytics!
{% endfor %} {% if popular_products %} View All Products {% endif %}No courses yet. Add some courses to see analytics!
{% endfor %} {% if popular_courses %} View All Courses {% endif %}