From 633030585d272899ca960a6cb0300921ce359657 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 17 Jun 2022 16:33:12 +0300 Subject: [PATCH] Update README.md --- django_stubs_ext/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/django_stubs_ext/README.md b/django_stubs_ext/README.md index 3680d6a..43414c7 100644 --- a/django_stubs_ext/README.md +++ b/django_stubs_ext/README.md @@ -24,6 +24,7 @@ django_stubs_ext.monkeypatch() ``` This only needs to be called once, so the call to `monkeypatch` should be placed in your top-level settings. +Real-life example [can be found here](https://github.com/wemake-services/wemake-django-template/blob/5bf1569e2710e11befc6991893f94419136d74bd/%7B%7Bcookiecutter.project_name%7D%7D/server/settings/__init__.py#L14-L19). ## Version compatibility