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

Merge branch '133-docs' into 'master'

Resolve "Usage of djangoldp_urls files is not documented"

Closes #133

See merge request startinblox/djangoldp-packages/djangoldp!64
parents db490e1b 0d400ebf
No related branches found
No related tags found
1 merge request!64Resolve "Usage of djangoldp_urls files is not documented"
Pipeline #942 passed with stage
in 1 minute and 25 seconds
...@@ -243,6 +243,9 @@ class Todo(Model): ...@@ -243,6 +243,9 @@ class Todo(Model):
``` ```
Only `name` will be serialized 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 ## License
Licence MIT 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