Ejemplo n.º 1
0
def createNotification(title, typ, user, vendor):
    notification = Notification(title=title,
                                type=typ,
                                user=user,
                                vendor=vendor)
    notification.save()