Add one more paragraph for splitting urls

This commit is contained in:
Radoslav Georgiev 2019-10-27 17:00:51 +02:00
parent 94c04c1cee
commit 0b802c94a3

View File

@ -444,6 +444,8 @@ urlpatterns = [
]
```
**Splitting urls like that can give you the extra flexibility to move separate domain patterns to separate modules**, especially for really big projects, where you'll often have merge conflicts in `urls.py`.
## Exception Handling
### Raising Exceptions in Services / Selectors