From e5318b9364a5330890158321523a6f61bc573068 Mon Sep 17 00:00:00 2001 From: "LB (Ben Johnston)" Date: Tue, 19 Dec 2023 23:36:05 +1000 Subject: [PATCH] Add a great tutorial series on multi-tenancy (#207) Co-authored-by: LB Johnston --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7df4a9..2e36ee4 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ Awesome Wagtail [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38 - [PythonEatsTail](https://pythoneatstail.com) - Complete written and video tutorials to create a Wagtail site with multiple languages, authentication and more - [Upgrading to Wagtail 3.0](https://enzedonline.com/en/tech-blog/upgrading-to-wagtail-3-0/) - General tips to migrate your codebase to Wagtail 3.0. - [Upgrading to Wagtail 3.0 Part 1](https://cynthiakiser.com/blog/2022/06/01/wagtail-3-upgrade-part-1.html) & [Upgrading to Wagtail 3.0 Part 2](https://cynthiakiser.com/blog/2022/06/02/wagtail-3-upgrade-part-2.html) - Two part series in how to migrate to Wagtail 3.0 with specific code examples. +- [Multi-tenancy with Wagtail](https://cynthiakiser.com/blog/2023/11/01/multitenancy-with-wagtail.html) - Multiple part guide on robust multi-tenancy support in Wagtail. ### Recipes