How to track and manage pages a user visits in Django (History App).

Опубликовано: 08 Июнь 2026
на канале: Emmanuel Okiche
17,843
248

Learn how to track and manage the pages a user views in your django project.
Data is becoming an integral part in building modern systems and applications. This type of data can be used to create Recommender Systems using machine learning.

I urge you to think of different types of data you could collect (remember to tell your users that you collect some data in the EUA) to enhance your user experience.
We would be the using the contentype app from django to achieve this.

Source code: https://github.com/fleepgeek/django-h...

Link to my previous tutorial:    • Prevent Multiple Device Login for a User i...  

Here's a link to the contenttypes documentation: https://docs.djangoproject.com/en/2.0...