SystemNotifications handling in Django REST
To manage notifications we define types of notifications in a constant files(in a dictionary) and create two tables in our database, first is NotificationObjects and second, Notifications like: [crayon-674054fe22e80651810968/] [crayon-674054fe22e8e353617305/] [crayon-674054fe22e92359657719/] In NotificationObjects table we define entity_type_id