From 0d400ebfe70ad64c555f84aa24d5c6fb33fb1b88 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste <bleme@pm.me>
Date: Mon, 3 Jun 2019 11:33:32 +0200
Subject: [PATCH] docs: add documentation for custom urls management

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 991ae21a..222dce29 100644
--- a/README.md
+++ b/README.md
@@ -243,6 +243,9 @@ class Todo(Model):
 ```
 Only `name` will be serialized
 
+## Custom urls
+To add customs urls who can not be add through the `Model` class, it's possible de create a file named `djangoldp_urls.py`. It will be executed like an `urls.py` file
+
 ## License
 
 Licence MIT
-- 
GitLab