A reusable Django application to track user actions through the database..
Project description
Django Activity Tracker
A reusable Django application to track user actions through the database.
- Documentation: https://William-Fernandes252.github.io/django-activity-tracker
- GitHub: https://github.com/William-Fernandes252/django-activity-tracker
- PyPI: https://pypi.org/project/django-activity-tracker/
- Free software: MIT
Introduction
I once worked on a project where user interactions about business entities needed to be recorded, in a detailed and consistent manner, in the database for auditing reasons. When a user changed the state of an object, the change, along with its author and time, should be saved. Furthermore, the object in question should be easily located. As I came up with a conveniently generic solution, I decided to turn this into a reusable application for Django projects.
Currently it works only in Django REST Framework projects, and with ModelViewSet
s, but in the future I plan to support Django CBVs and view functions as well.
Features
- Track users interations with any model of your project in a generic way;
- Retrive and protect this information;
- Use the full capabilities of the Django ORM to gather information about what a specific user did to an object, what users interacted with it, and more!
Credits
This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_activity_tracker-1.0.1.tar.gz
.
File metadata
- Download URL: django_activity_tracker-1.0.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb75c303e69bc9f2bd14f9774be15fe8bdfdbd0ca8cc7cf9a94edfae554b812d |
|
MD5 | bdc33f5a8862065525574d33d5d73fd8 |
|
BLAKE2b-256 | 8a7f0adfb232c0a6501f6b30f60ff6d2e1d198c0dd520abfdaf3fd53106ce636 |
File details
Details for the file django_activity_tracker-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_activity_tracker-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6a5e4c253235c0edfa0167f57af8db72e8bd5b476bd35f5d65c81b1721ff8a6 |
|
MD5 | 61f7ea4cb420498232c38378a83fc59b |
|
BLAKE2b-256 | da0332cb2fdf427a15f28647f8ca971eeae6cd1289a48e0e315be4428745c06e |