Denis Surkov

Results 19 comments of Denis Surkov

@matthiask , you are right. Currently `DegubToolbarMiddleware` is `sync_only`. There are two attributes django checking (and does fallback) for every middleware: ```python3 sync_capable = True async_capable = False ``` and...

That's okey I'll try to make an MVP in a couple of days. @tim-schilling , I still have question about how to warn a developer? Just printing a message or...

@tim-schilling , > To test it you should be able to [patch logger](https://stackoverflow.com/a/22135655/1637351), then use logger.info.assert_called_once_with("the warning goes here") Testing logging is not a problem. I'm worried about how to...

@x4m, hi! I would like to implement this feature. But I need some advices on how to implement it: - Do you think it's okey to inherit users for one...

@reshke , hi! Sorry to bother you, but may be you can help me with this questions?

@dmpayton , hi! Can you help here?

I guess this exception is related to "django_replicated" package and has nothing to do with "django-payments". I suppose you misconfigured "django_replicated" and wrote url for read only database for "db_for_write".

Hi! I thinks this is really greate feature for django-healthchecks. Any chance someone can continue this PR? @KristianOellegaard, can you help to make this optional (share idea how to do...

@sh0ked , can you continue your pull request? @frankwiles , sounds cool. If the PR author would not respond, I would like to help to implement this feature.