Перейти к содержимому

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

Emmanuel Okiche

0:00 / 0:00

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

17 845 просмотров · 8 лет назад
Emmanuel Okiche
2,48 тыс. подписчиков
17 845 просмотров · 8 лет назад
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...