| ... | ... | @@ -84,7 +84,7 @@ Similarly this service will manage saves for `Update`/`Delete` activities on a m |
|
|
|
|
|
|
|
DjangoLDP defines an `InboxView` which is capable of receiving ActivityStreams format requests. Upon successfully parsing an activity, it returns `201 - Accepted` with the URL of the stored activity in the `Location` header of the response
|
|
|
|
|
|
|
|
In the case of our prior example, the backlink is processed by parsing the object, saving backlinks for any distant resources (or getting an existing reference) and updating the relationship. The model will be marked with `is_backlink = True` to indicate its status
|
|
|
|
In the case of our prior example, the backlink is processed by parsing the object, saving backlinks for any distant resources (or getting an existing reference) and updating the relationship
|
|
|
|
|
|
|
|
### Other Consumers
|
|
|
|
|
| ... | ... | |
| ... | ... | |