Skip to content
Snippets Groups Projects
Commit 0d400ebf authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

docs: add documentation for custom urls management

parent db490e1b
No related branches found
No related tags found
1 merge request!64Resolve "Usage of djangoldp_urls files is not documented"
Pipeline #934 passed with stage
in 1 minute and 25 seconds
......@@ -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
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