From 1ebeff4b318b69bf373ef46a80b8b0efdf886b13 Mon Sep 17 00:00:00 2001 From: Matthieu Fesselier Date: Tue, 6 Aug 2019 14:24:41 +0200 Subject: [PATCH] fix readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3656fb..965a7e1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ It aims at enabling people with little development skills to serve their own dat ## Notification An object representing a notification. A notification has the following fields: + | Field | Type | Default | Description | | --------- | ---------------------- | ------- | --------------------------------------------------------- | | `user` | `ForeignKey` to `User` | | User targeted by the notification. |