Skip to content
Snippets Groups Projects

Resolve "Usage of djangoldp_urls files is not documented"

Merged Ghost User requested to merge 133-docs into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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
Loading