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`