From 8df7d5faf800b0ea3910ec70ff53cc1194c4fd93 Mon Sep 17 00:00:00 2001 From: Saqibur Rahman Date: Tue, 5 Nov 2024 14:47:29 +0600 Subject: [PATCH] docs: add django anti patterns to references --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6aede77..2094df0 100644 --- a/README.md +++ b/README.md @@ -202,3 +202,4 @@ defaults, but let's hope we have time to work on it on the `cookiecutter` branch - [Radoslav Georgiev - Django Structure for Scale and Longevity](https://www.youtube.com/watch?v=yG3ZdxBb1oo) - [Build APIs You Won't Hate](https://apisyouwonthate.com/books/build-apis-you-wont-hate/) - [Tuxedo Style Guides](https://github.com/saqibur/tuxedo) +- [Django Anti Patterns](https://www.django-antipatterns.com/)