Skip to content

Commit

Permalink
transfer django-typer (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla authored Oct 7, 2024
1 parent b71a7e4 commit 4b19705
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,22 @@ repositories = {
committers = []
members = []
}
"django-typer" = {
description = "Use Typer (type hints) to define the interface for your Django management commands."
homepage_url = "https://django-typer.rtfd.io"
allow_auto_merge = false
allow_merge_commit = true
allow_rebase_merge = true
allow_squash_merge = true
has_wiki = true
push_allowances = []

admins = [
"bckohan",
"oliverandrich",
]
committers = []
members = []
}

}

0 comments on commit 4b19705

Please sign in to comment.