Skip to content
Snippets Groups Projects
Commit 2e5ea23c authored by Calum Mackervoy's avatar Calum Mackervoy
Browse files

syntax: added requirements sub-section to readme

parent ef56e6ff
No related branches found
No related tags found
1 merge request!44WIP: minor: Activity proxy
Pipeline #11708 failed with stage
in 43 seconds
......@@ -2,6 +2,9 @@
This module is an add-on for Django REST Framework, based on Django LDP add-on. It serves django models for a notifications component, respecting the Linked Data Platform convention.
It aims at enabling people with little development skills to serve their own data, to be used with a LDP application.
## Requirements
DjangoLDP-Notification is a [DjangoLDP](https://git.startinblox.com/djangoldp-packages/djangoldp) package. It requires [DjangoLDP-Account](https://git.startinblox.com/djangoldp-packages/djangoldp-account) as a partner package, and `LDPUser` from this package must be used as the user model of your application, or a custom user model which extends `djangoldp.models.Model`
# Models
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment