Skip to content

Commit

Permalink
Add django-debug-toolbar (#73)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
tim-schilling and cunla authored Oct 23, 2024
1 parent 398f881 commit 2780064
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,29 @@ repositories = {
members = []
}

"django-debug-toolbar" = {
description = "A configurable set of panels that display various debug information about the current request/response."
homepage_url = "https://django-debug-toolbar.readthedocs.io"
allow_auto_merge = true
allow_merge_commit = true
allow_rebase_merge = true
allow_squash_merge = true
has_discussions = false
has_wiki = true
admins = [
"matthiask",
"tim-schilling",
]
committers = [
"elineda",
"living180",
"salty-ivy",
]
members = [
"VeldaKiara",
]
}

"django-fsm-2" = {
description = "Django friendly finite state machine support"
homepage_url = "https://github.com/django-commons/django-fsm-2"
Expand Down

0 comments on commit 2780064

Please sign in to comment.