diff --git a/README.md b/README.md index 991ae21abbe28100f8c9c3f5fecbc99b29268506..222dce29239d07c023ca35dc40335f330676462b 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