Django Channels Push Notifications [Part-1]

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ค. 2023
  • Django Channels Push Notifications
    Udemy Course:
    www.udemy.com/course/full-sta...
    Part 2:
    • Django Channels + Cele...
    Source Code:
    github.com/veryacademy/Django...
    Welcome to the exciting world of Django Channels Push Notifications tutorial! This comprehensive guide will delve into the powerful combination of Django Channels and push notifications, enabling real-time communication between your web applications and users. Push notifications have revolutionized the way we engage with users, keeping them informed and engaged with timely updates. Whether you're a seasoned Django developer or just starting with web development, this tutorial will equip you with the knowledge and skills to easily implement push notifications in your Django application. So, let's embark on this journey together and discover how to enrich your web projects with the magic of real-time updates using Django Channels!

ความคิดเห็น • 20

  • @shiv366
    @shiv366 11 หลายเดือนก่อน +3

    Excellent tutorial. This is what is required for backend developers. Nice videos.

    • @veryacademy
      @veryacademy  11 หลายเดือนก่อน +2

      Glad it was helpful!

  • @user-Ahmed-m-hamzah
    @user-Ahmed-m-hamzah 11 หลายเดือนก่อน +5

    I can't describe this great work and effort, thank you very much

    • @veryacademy
      @veryacademy  11 หลายเดือนก่อน +2

      Glad you like it!

  • @WarLordOmar
    @WarLordOmar 6 หลายเดือนก่อน +1

    great guide, would be great to see a django htmx guide for example for a calendly like app or for a drag and drop app like a kanban app

  • @ahmadk6179
    @ahmadk6179 3 หลายเดือนก่อน

    thank you so much. rare this quality of tutorial.

  • @qadeerkhan1471
    @qadeerkhan1471 3 หลายเดือนก่อน

    You are a legend. Thank you so much.

  • @myoji5580
    @myoji5580 11 หลายเดือนก่อน

    Thank you.
    I need push notification with channels.

  • @baetraki7268
    @baetraki7268 11 หลายเดือนก่อน +4

    your voice diff today😁😁, hope you get well soon

    • @veryacademy
      @veryacademy  11 หลายเดือนก่อน +1

      Thank you!

  • @hafidamrouche8492
    @hafidamrouche8492 8 หลายเดือนก่อน +1

    i would really appreatiate it if you show us how to send these notifications for selected users not all users

  • @ericanderson4747
    @ericanderson4747 17 วันที่ผ่านมา

    I have a weird issue. On the message form action={% url 'admin:send-notification' %} doe not work. The form load fine, but on submit, the post method does not come through add_view() and get this error:"Notification with ID “send-notification” doesn’t exist. Perhaps it was deleted? ". But if I take off the {% url 'admin:send-notification' %}, then the post method comes through add_view(). I'm using django 4.2. Any ways great tutorial so far. Thank you.

  • @PowerTechSystem-qk1st
    @PowerTechSystem-qk1st 2 หลายเดือนก่อน

    Shouldn't we use Daphne to serve WebSocket requests?

  • @JustPython
    @JustPython 11 หลายเดือนก่อน +2

    nice

    • @veryacademy
      @veryacademy  11 หลายเดือนก่อน +1

      Thanks

  • @amanshrestha4503
    @amanshrestha4503 9 หลายเดือนก่อน

    how do I do this inside docker container?

  • @MARKOTHEDEV
    @MARKOTHEDEV 11 หลายเดือนก่อน

    The way fire base push the notifications outside the app is needed

    • @veryacademy
      @veryacademy  11 หลายเดือนก่อน +2

      You talking API setup? Not quite sure what you mean by outside the app

    • @MARKOTHEDEV
      @MARKOTHEDEV 11 หลายเดือนก่อน

      @@veryacademy like a instagram notification that come even when u outside the app

    • @k.t.5184
      @k.t.5184 11 หลายเดือนก่อน

      He's probably asking that if we are not accessing the site but have allowed notifications so if we push notification, it should pop up on mob/browser screen or notification tab(not on site)