Complete Student Management System with Django - Tutorial #10: Build a Notification System

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

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

  • @roshanjhazha
    @roshanjhazha 2 หลายเดือนก่อน +1

    Great sir!

  • @MostafizurRahmanbd
    @MostafizurRahmanbd 2 หลายเดือนก่อน +1

    great

  • @IglesiaNuevaJerusalen-lk1vi
    @IglesiaNuevaJerusalen-lk1vi 2 หลายเดือนก่อน +1

    Hello, I cant get to find the create_Notification function, whenever I try run it it, it says that I this function is not defined and based on your code I dont see where you imported this from, how does it works? thanks in advance

    • @Broklymaster
      @Broklymaster  2 หลายเดือนก่อน

      define in utiles.py: from school.models import Notification
      def create_notification(user, message):
      Notification.objects.create(user=user, message=message)

    • @davidpolycarp8803
      @davidpolycarp8803 2 หลายเดือนก่อน

      @@Broklymaster where should it be define azin in which app

  • @davidpolycarp8803
    @davidpolycarp8803 2 หลายเดือนก่อน

    in views.py of the student app i haven't seen you defining the create_notification ( create_notification(request.user, f"Added Student: {student.first_name} {student.last_name}"))