Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2023
1 parent cec6f99 commit d3bd3d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions djangoproject/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ blockquote {
max-height: 100vh;
overflow-y: scroll;
}

}

}
Expand Down Expand Up @@ -3668,4 +3668,4 @@ $scrollbar-width: 10px;
/* Apply the scrollbar width */
::-webkit-scrollbar {
width: $scrollbar-width;
}
}
2 changes: 1 addition & 1 deletion djangoproject/settings/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"captcha.recaptcha_test_key_error" # Default test keys for development.
]

ALLOWED_HOSTS = [".localhost", "127.0.0.1", "www.127.0.0.1","0.0.0.0"]
ALLOWED_HOSTS = [".localhost", "127.0.0.1", "www.127.0.0.1", "0.0.0.0"]

LOCALE_MIDDLEWARE_EXCLUDED_HOSTS = ["docs.djangoproject.localhost"]

Expand Down

0 comments on commit d3bd3d6

Please sign in to comment.