From 9c5d8d1172475089c9d4a91ba58462f6fb2515d8 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Mon, 22 Nov 2021 12:03:03 +0200 Subject: [PATCH] Link to `Styleguide-Example` for code examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb11792..87fe713 100644 --- a/README.md +++ b/README.md @@ -1021,6 +1021,8 @@ urlpatterns = [ ## Errors & Exception Handling +> 👀 If you want the code, hop to the `Styleguide-Example` 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.