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-677ca134c174d606905903/] [crayon-677ca134c175a151418300/] [crayon-677ca134c175e959407485/] In NotificationObjects table we define entity_type_id