mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-02-06 22:50:53 +03:00
Add one more paragraph for splitting urls
This commit is contained in:
parent
94c04c1cee
commit
0b802c94a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user