From 7a066e082ec671ecf8ee9f6e93e0967891201e9b Mon Sep 17 00:00:00 2001 From: wencakisa Date: Fri, 21 Jan 2022 16:29:32 +0200 Subject: [PATCH] Update TOC --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7230e6c..76f3478 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Django styleguide that we use in [HackSoft](https://hacksoft.io). + [Circular imports between tasks & services](#circular-imports-between-tasks--services) * [Periodic Tasks](#periodic-tasks) * [Configuration](#configuration-1) +- [Cookbook](#cookbook) + * [Handling updates with a service](#handling-updates-with-a-service) - [DX (Developer Experience)](#dx-developer-experience) * [`mypy` / type annotations](#mypy--type-annotations) - [Django Styleguide in the Wild](#django-styleguide-in-the-wild)