Resource creation triggers two notification: First as update then as creation
Notification are triggered two time the post_save signal, first with created: False then with created: True.
Two ways to handle this:
- Find & Fix the why
- Don't send the first one
djangoldp#362 (closed) procedure may help you on this debugging.
Edited by Jean-Baptiste Pasquier