Skip to content

Commit 2780064

Browse files
tim-schillingcunla
andauthored
Add django-debug-toolbar (#73)
* Add django-debug-toolbar * fix admins list * [AUTO]Format code Files changed: M terraform/production/repositories.tfvars * Update repositories.tfvars --------- Co-authored-by: Daniel M <[email protected]>
1 parent 398f881 commit 2780064

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

terraform/production/repositories.tfvars

+23
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,29 @@ repositories = {
6464
members = []
6565
}
6666

67+
"django-debug-toolbar" = {
68+
description = "A configurable set of panels that display various debug information about the current request/response."
69+
homepage_url = "https://django-debug-toolbar.readthedocs.io"
70+
allow_auto_merge = true
71+
allow_merge_commit = true
72+
allow_rebase_merge = true
73+
allow_squash_merge = true
74+
has_discussions = false
75+
has_wiki = true
76+
admins = [
77+
"matthiask",
78+
"tim-schilling",
79+
]
80+
committers = [
81+
"elineda",
82+
"living180",
83+
"salty-ivy",
84+
]
85+
members = [
86+
"VeldaKiara",
87+
]
88+
}
89+
6790
"django-fsm-2" = {
6891
description = "Django friendly finite state machine support"
6992
homepage_url = "https://github.com/django-commons/django-fsm-2"

0 commit comments

Comments
 (0)