Skip to content

Commit

Permalink
Merge pull request #87 from django-commons/onboard-django-tailwind-cli
Browse files Browse the repository at this point in the history
added django-tailwind-cli
  • Loading branch information
ryancheley authored Oct 29, 2024
2 parents 102d1c5 + 41cefa3 commit f49e27e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,36 @@ repositories = {
]
members = []
}
"django-tailwind-cli" = {
description = "Django and Tailwind integration based on the prebuilt Tailwind CSS CLI."
homepage_url = "https://django-tailwind-cli.rtfd.io/"
allow_auto_merge = false
allow_merge_commit = false
allow_rebase_merge = false
allow_squash_merge = true
allow_update_branch = true
delete_branch_on_merge = true
has_discussions = true
has_downloads = true
has_wiki = false
is_template = false
push_allowances = []
template = ""
topics = [
"django",
"django-application",
"python",
"tailwind",
"tailwind-css",
"tailwindcss",
]
visibility = "public"
enable_branch_protection = true
required_status_checks_contexts = []
admins = [
"oliverandrich",
]
committers = []
members = []
}
}

0 comments on commit f49e27e

Please sign in to comment.