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

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 41

  • @australianman8566
    @australianman8566 10 месяцев назад +13

    Not kidding, my day gets slightly better when you upload. Your channel usually covers topics I want to learn about. Thanks mate!

    • @bugbytes3923
      @bugbytes3923  10 месяцев назад

      Cheers mate, glad to hear that! Thanks for watching!

  • @seydinaoumarsamabaly1806
    @seydinaoumarsamabaly1806 10 месяцев назад +3

    Number one Django CHANNEL 🙌🏾🙌🏾🙌🏾. Bravo Master !

  • @codedjango
    @codedjango 10 месяцев назад +2

    Yes sure I would like to see a detailed video on django contenttypes....thank you so much

    • @bugbytes3923
      @bugbytes3923  10 месяцев назад +1

      Thanks a lot! That's coming soon-ish (just need to record, but it is prepared).

  • @najathmmohamed
    @najathmmohamed 2 месяца назад

    Thank you .
    #1 in Django

    • @bugbytes3923
      @bugbytes3923  2 месяца назад

      Thanks a lot, much appreciated!

  • @CodeWithClinton
    @CodeWithClinton 10 месяцев назад +1

    I have found a new Django teacher. 🙏

  • @champorado2131
    @champorado2131 10 месяцев назад

    Your channel made me go back and learn DJnago again!

    • @bugbytes3923
      @bugbytes3923  10 месяцев назад

      Thank you! Hope the channel has helped!

  • @robhafemeister3100
    @robhafemeister3100 10 месяцев назад +2

    Really interesting video, looking forward to the contenttpes video.

  • @jmo298
    @jmo298 7 месяцев назад +1

    This was amazingly explained. Thanks a lot!

    • @bugbytes3923
      @bugbytes3923  7 месяцев назад

      Thanks a lot for the comment!

  • @mikedodds9926
    @mikedodds9926 10 месяцев назад +1

    Great stuff ... again ! nice and clear. Always find your posts useful. Thanks

  • @hipertracker
    @hipertracker 9 месяцев назад +2

    How does it compare with django-simple-history?

  • @soulless8471
    @soulless8471 2 месяца назад

    YOU ROCK!

  • @helloh6
    @helloh6 10 месяцев назад +1

    Another great video! Thanks!

  • @niyasmohammed046
    @niyasmohammed046 3 месяца назад

    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

  • @serkangulten
    @serkangulten 10 месяцев назад

    can we use it with celery as background task while saving to django-easy-audit tables ?

  • @Kennerdoll
    @Kennerdoll 2 месяца назад

    can you bring it to the frontend instead of using Admin dashboard

  • @mahmoudramadan4237
    @mahmoudramadan4237 8 месяцев назад

    thank you, very very useful

  • @treborsol
    @treborsol 10 месяцев назад +1

    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?

  • @user-jy8yf5mh6t
    @user-jy8yf5mh6t 6 месяцев назад

    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  6 месяцев назад

      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.

  • @TheNerdyPlayer
    @TheNerdyPlayer 10 месяцев назад

    great video as always :)

  • @khalidseflan301
    @khalidseflan301 10 месяцев назад

    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.

  • @frameff9073
    @frameff9073 10 месяцев назад

    thank

  • @Skinface1000
    @Skinface1000 10 месяцев назад

    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 10 месяцев назад

      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 10 месяцев назад

      @@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