Тёмный

django-easy-audit - Tracking User Behaviour / Tracking Changes to Objects 

BugBytes
Подписаться 27 тыс.
Просмотров 5 тыс.
50% 1

In this video, we'll look at the django-easy-audit package - this helps with creating a log of user requests, logins and CRUD events in your Django application.
We'll look behind the scenes at how the app works and uses database tables to track data, which can be used to build an analytical profile of your Django website.
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:
ko-fi.com/bugbytes
▶️ Full Playlist:
• Django-Filter - Filter...
𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:
📖 Blog: bugbytes.io/posts/
👾 Github: github.com/bugbytes-io/
🐦 Twitter: / bugbytesio
📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
django-easy-audit: pypi.org/project/django-easy-...
#django #python #pythonprogramming

Опубликовано:

 

28 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@australianman8566
@australianman8566 7 месяцев назад
Not kidding, my day gets slightly better when you upload. Your channel usually covers topics I want to learn about. Thanks mate!
@bugbytes3923
@bugbytes3923 7 месяцев назад
Cheers mate, glad to hear that! Thanks for watching!
@seydinaoumarsamabaly1806
@seydinaoumarsamabaly1806 7 месяцев назад
Number one Django CHANNEL 🙌🏾🙌🏾🙌🏾. Bravo Master !
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thank you!
@codedjango
@codedjango 7 месяцев назад
Yes sure I would like to see a detailed video on django contenttypes....thank you so much
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thanks a lot! That's coming soon-ish (just need to record, but it is prepared).
@champorado2131
@champorado2131 7 месяцев назад
Your channel made me go back and learn DJnago again!
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thank you! Hope the channel has helped!
@mikedodds9926
@mikedodds9926 7 месяцев назад
Great stuff ... again ! nice and clear. Always find your posts useful. Thanks
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thanks a lot!
@robhafemeister3100
@robhafemeister3100 7 месяцев назад
Really interesting video, looking forward to the contenttpes video.
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thanks a lot!
@CodeWithClinton
@CodeWithClinton 7 месяцев назад
I have found a new Django teacher. 🙏
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thanks a lot!
@jmo298
@jmo298 5 месяцев назад
This was amazingly explained. Thanks a lot!
@bugbytes3923
@bugbytes3923 5 месяцев назад
Thanks a lot for the comment!
@helloh6
@helloh6 7 месяцев назад
Another great video! Thanks!
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thank you!
@TheNerdyPlayer
@TheNerdyPlayer 7 месяцев назад
great video as always :)
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thank you!
@mahmoudramadan4237
@mahmoudramadan4237 5 месяцев назад
thank you, very very useful
@bugbytes3923
@bugbytes3923 5 месяцев назад
Thanks a lot!
@niyasmohammed046
@niyasmohammed046 Месяц назад
This is what i have been searching for , thanks brother , i have a Doubt am currently working on a ERP Project in "Activity Logs and Audits" Module , in my project there are so many modules and models(262 models) i want like eg:- if a user make a change ,will it show like "Invoice "INF_86" Updated" or "A PDF is Generated" , "Profit and Loss report has been reported" etc... i hope you will see this comment waiting for the reply
@Kennerdoll
@Kennerdoll 7 дней назад
can you bring it to the frontend instead of using Admin dashboard
@khalidseflan301
@khalidseflan301 7 месяцев назад
Thank you for your other great video. Is there a package to help prevent the user from having multiple devices login? thank you and GOD bless you.
@user-jy8yf5mh6t
@user-jy8yf5mh6t 4 месяца назад
Very interesting video learned alot. But I do wonder could this be used to create a viewable changelog on the frontend of an application?
@bugbytes3923
@bugbytes3923 4 месяца назад
Thanks - and that's an interesting suggestion. There may be better tools than this for it, potentially - but I think it might be possible with the CRUDEvents model.
@treborsol
@treborsol 7 месяцев назад
Thank you. Very good explanation of this package. I wonder how this extension can be made GDPR compliant, because you are storing user data and need consent from the users for this. Is there a package that out of the box handles and stores user consents?
@Septumsempra8818
@Septumsempra8818 7 месяцев назад
Great question
@serkangulten
@serkangulten 7 месяцев назад
can we use it with celery as background task while saving to django-easy-audit tables ?
@frameff9073
@frameff9073 7 месяцев назад
thank
@bugbytes3923
@bugbytes3923 7 месяцев назад
Thanks!
@hipertracker
@hipertracker 7 месяцев назад
How does it compare with django-simple-history?
@Skinface1000
@Skinface1000 7 месяцев назад
Really nice video. I am working on a Go app and I want to track user actions on the applications (e.g. who did a change to a modal, when he did it and what change he made) do you have any suggestions on how I should do that?
@Septumsempra8818
@Septumsempra8818 7 месяцев назад
How is the Go experience? I've been looking for a high rpm alternative to django, but they all lack the vital batteries that come with django (security, admin, etc). Are those things easy to implement into a production-grade app using Go?
@oncoded
@oncoded 7 месяцев назад
@@Septumsempra8818 Stay with Django, none is better, for now, before I developed my app, I did lots of research and Django was the top dog
Далее
Django QueryDict | GET parameters | django-filter
16:06
🎤Пою РЕТРО Песни ✧˖°
3:04:48
Просмотров 1,7 млн
Django Content Types framework / ContentType model
15:07
The ARCH LINUX Experience
34:30
Просмотров 83 тыс.