Skip to content

Commit

Permalink
Add drf-excel (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla authored Oct 22, 2024
1 parent c4c55d6 commit a50659f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,20 @@ repositories = {
committers = []
members = []
}

"drf-excel" = {
description = "An XLSX spreadsheet renderer for Django REST Framework."
allow_merge_commit = true
allow_rebase_merge = true
allow_squash_merge = true
allow_update_branch = true
has_discussions = false
admins = [
"FlipperPA",
"browniebroke",
]
committers = [
"rptmat57",
]
members = []
}
}

0 comments on commit a50659f

Please sign in to comment.