Merge branch 'staging' into extends-config-json
This commit is contained in:
commit
78f3025a22
@ -47,7 +47,7 @@ Current Sib App capabilities:
|
|||||||
| Base | `djangoldp_account`, `djangoldp_profile`, `djangoldp_notification`, `oidc_provider` | `users` |
|
| Base | `djangoldp_account`, `djangoldp_profile`, `djangoldp_notification`, `oidc_provider` | `users` |
|
||||||
| Circles | `djangoldp_circle` | `circles` |
|
| Circles | `djangoldp_circle` | `circles` |
|
||||||
| Projects | `djangoldp_project` | `projects`, `customers` |
|
| Projects | `djangoldp_project` | `projects`, `customers` |
|
||||||
| Events | `djangoldp_event` | `events` |
|
| Events | `djangoldp_event` | `events`, `typeevents`, `uploads` |
|
||||||
|
|
||||||
Federated Sib App needs to use `config.sample.federated.json` example.
|
Federated Sib App needs to use `config.sample.federated.json` example.
|
||||||
|
|
||||||
|
@ -12,14 +12,18 @@
|
|||||||
"projects": "http://localhost:8000/projects/",
|
"projects": "http://localhost:8000/projects/",
|
||||||
"customers": "http://localhost:8000/customers/",
|
"customers": "http://localhost:8000/customers/",
|
||||||
"events": "http://localhost:8000/events/",
|
"events": "http://localhost:8000/events/",
|
||||||
"users": "http://localhost:8000/users/"
|
"typeevents": "http://localhost:8000/typeevents/",
|
||||||
|
"users": "http://localhost:8000/users/",
|
||||||
|
"uploads": "http://localhost:8000/upload/"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"circles": "http://localhost:8000/circles/",
|
"circles": "http://localhost:8000/circles/",
|
||||||
"projects": "http://localhost:8000/projects/",
|
"projects": "http://localhost:8000/projects/",
|
||||||
"customers": "http://localhost:8000/customers/",
|
"customers": "http://localhost:8000/customers/",
|
||||||
"events": "http://localhost:8000/events/",
|
"events": "http://localhost:8000/events/",
|
||||||
"users": "http://localhost:8000/users/"
|
"typeevents": "http://localhost:8000/typeevents/",
|
||||||
|
"users": "http://localhost:8000/users/",
|
||||||
|
"uploads": "http://localhost:8000/upload/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
"projects": "http://localhost:8000/projects/",
|
"projects": "http://localhost:8000/projects/",
|
||||||
"customers": "http://localhost:8000/customers/",
|
"customers": "http://localhost:8000/customers/",
|
||||||
"events": "http://localhost:8000/events/",
|
"events": "http://localhost:8000/events/",
|
||||||
"users": "http://localhost:8000/users/"
|
"typeevents": "http://localhost:8000/typeevents/",
|
||||||
|
"users": "http://localhost:8000/users/",
|
||||||
|
"uploads": "http://localhost:8000/upload/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user