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-67ef764c3274b502373319/] [crayon-67ef764c3275d035543669/] [crayon-67ef764c32762761740248/] In NotificationObjects table we define entity_type_id