Skip to content

Commit 97ff1ec

Browse files
authored
Add django-click (#164)
1 parent bac7301 commit 97ff1ec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

terraform/production/repositories.tfvars

+18
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,22 @@ repositories = {
173173
committers = []
174174
members = []
175175
}
176+
"django-click" = {
177+
description = "Write Django management command using the click CLI library"
178+
allow_merge_commit = true
179+
allow_rebase_merge = true
180+
allow_squash_merge = false
181+
allow_update_branch = true
182+
has_discussions = false
183+
has_wiki = false
184+
admins = [
185+
"GaretJax",
186+
"FlipperPA",
187+
]
188+
committers = [
189+
]
190+
members = [
191+
192+
]
193+
}
176194
}

0 commit comments

Comments
 (0)