mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-02-06 22:50:53 +03:00
Link to Styleguide-Example
for code examples
This commit is contained in:
parent
4b993b8b19
commit
9c5d8d1172
|
@ -1021,6 +1021,8 @@ urlpatterns = [
|
||||||
|
|
||||||
## Errors & Exception Handling
|
## Errors & Exception Handling
|
||||||
|
|
||||||
|
> 👀 If you want the code, hop to the `Styleguide-Example` project - <https://github.com/HackSoftware/Styleguide-Example/blob/master/styleguide_example/api/exception_handlers.py>
|
||||||
|
|
||||||
Errors & exception handling is a big topic & quite often - the details are specific for a given project.
|
Errors & exception handling is a big topic & quite often - the details are specific for a given project.
|
||||||
|
|
||||||
That's why we'll split things into two - **general guidelines**, followed by some **specific approaches** for error handling.
|
That's why we'll split things into two - **general guidelines**, followed by some **specific approaches** for error handling.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user