-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update djangolib #3308
base: update-reqs
Are you sure you want to change the base?
update djangolib #3308
Conversation
c1df29f
to
bdb3f2f
Compare
e5cd02e
to
a008f81
Compare
874fa3e
to
e26a309
Compare
@roman-karpovich can you please check the PR? tests are failing due unicef/unicef-djangolib#6 |
done |
@@ -117,6 +117,7 @@ def get_from_secrets_or_env(var_name, default=None): | |||
|
|||
# DJANGO: HTTP | |||
MIDDLEWARE = ( | |||
'unicef_djangolib.middleware.HealthCheckMiddleware', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we updating middleware, whats the point of this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/unicef/unicef-djangolib/blob/develop/src/unicef_djangolib/middleware.py
it's the check that the server is up and the db is ready
No description provided.