You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOOK_EVENTS= {
# 'any.event.name': 'App.Model.Action' (created/updated/deleted)'book.added': 'bookstore.Book.created',
'book.changed': 'bookstore.Book.updated',
'book.removed': 'bookstore.Book.deleted',
# and custom events, no extra meta data needed'book.read': None,
'user.logged_in': None
}
Actual event is just a JSON or dict, but ModelEvent instances are just responibles of event emission.
The text was updated successfully, but these errors were encountered: