Add django-bootstrap5

This commit is contained in:
Adam Goldsmith 2024-04-14 00:43:45 -04:00
parent b6b16a17d8
commit 60e7fc90aa
3 changed files with 16 additions and 1 deletions

View File

@ -42,6 +42,7 @@ INSTALLED_APPS = [
"django_filters",
"django_db_views",
"django_mysql",
"django_bootstrap5",
"tasks.apps.TasksConfig",
"rentals.apps.RentalsConfig",
"membershipworks.apps.MembershipworksConfig",

View File

@ -5,7 +5,7 @@
groups = ["default", "debug", "lint", "server", "typing", "dev"]
strategy = ["cross_platform"]
lock_version = "4.4.1"
content_hash = "sha256:4d5083f84a5eddb0e66de8dbd7c6cf2b6c78321aca649b9283d1e0ebe972455d"
content_hash = "sha256:b6c73855da789a2433a99ac698bd3e7d16ad5a37170752043afd14ca9212f228"
[[package]]
name = "aiohttp"
@ -502,6 +502,19 @@ files = [
{file = "django-autocomplete-light-3.11.0.tar.gz", hash = "sha256:212576a17e3308ef7ca77e280b86684167916d2091d4b73640f38845d9516328"},
]
[[package]]
name = "django-bootstrap5"
version = "23.4"
requires_python = ">=3.8"
summary = "Bootstrap 5 for Django"
dependencies = [
"Django>=3.2",
]
files = [
{file = "django-bootstrap5-23.4.tar.gz", hash = "sha256:fbf9942a17e1f48b4142e78df9e85afb65e4066a20e38ec7c497d36ae5ef7256"},
{file = "django_bootstrap5-23.4-py3-none-any.whl", hash = "sha256:5181bf1e97afae6211e963f28f48d4a90c937a3b036b3f752f52260f0029f3bc"},
]
[[package]]
name = "django-db-views"
version = "0.1.6"

View File

@ -35,6 +35,7 @@ dependencies = [
"django-filter~=24.2",
"django-db-views~=0.1",
"django-mysql~=4.12",
"django-bootstrap5~=23.4",
]
requires-python = ">=3.11"