Skip to content

Commit

Permalink
Merge pull request #58 from chnm/feature/whitenoise
Browse files Browse the repository at this point in the history
Merge feature/whitenoise into main
  • Loading branch information
qtrinh2 authored Nov 18, 2024
2 parents 6b6c8de + 2ea3644 commit 2c59f39
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.middleware.common.CommonMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
Expand Down
19 changes: 17 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ django-imagekit = "^5.0.0"
boto3 = "^1.34.128"
django-storages = "^1.14.3"
django-cleanup = "^8.1.0"
whitenoise = "^6.8.2"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2c59f39

Please sign in to comment.