Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Jan 22, 2025
1 parent 206e098 commit 6a9095b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 57 deletions.
4 changes: 2 additions & 2 deletions breathecode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
"django.middleware.http.ConditionalGetMiddleware",
]

if ENVIRONMENT != "test":
MIDDLEWARE += ["django_minify_html.middleware.MinifyHtmlMiddleware"]
# if ENVIRONMENT != "test":
# MIDDLEWARE += ["django_minify_html.middleware.MinifyHtmlMiddleware"]

if os.getenv("GOOGLE_APPLICATION_CREDENTIALS") and (GS_BUCKET_NAME := os.getenv("STATIC_BUCKET")):
from google.oauth2 import service_account
Expand Down
55 changes: 1 addition & 54 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ dependencies = [
"psycopg[binary,pool] (>=3.2.4,<4.0.0)",
"adrf (>=0.1.9,<0.2.0)",
"cryptography (>=44.0.0,<45.0.0)",
"django-minify-html (>=1.11.0,<2.0.0)",
"django-storages[django] (>=1.14.4,<2.0.0)",
"aiohttp[speedups] (>=3.11.11,<4.0.0)",
"aiodns (>=3.2.0,<4.0.0)",
Expand Down

0 comments on commit 6a9095b

Please sign in to comment.