From 4575c4438d8e6596d6126ccca61c87fe864b2ce9 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 5 Dec 2025 18:57:35 +0000 Subject: [PATCH] Add rest-framework-tutorial --- terraform/production/repositories.tfvars | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/terraform/production/repositories.tfvars b/terraform/production/repositories.tfvars index bd1c5ab..633be0c 100644 --- a/terraform/production/repositories.tfvars +++ b/terraform/production/repositories.tfvars @@ -314,5 +314,28 @@ repositories = { members = [ ] } + + "rest-framework-tutorial" = { + description = "The Django REST framework tutorial. 🎓" + homepage_url = "https://www.django-rest-framework.org/tutorial/1-serialization/" + allow_merge_commit = false + allow_rebase_merge = false + allow_squash_merge = true + allow_update_branch = true + + has_discussions = false + has_wiki = false + admins = [ + # "auvipy", # Not part of the org yet + "browniebroke", + "peterthomassen", + ] + committers = [ + ] + members = [ + ] + } + + }