Update django_stubs_ext documentation to reference settings (#548)

This commit is contained in:
markedwards
2020-12-19 08:50:46 +00:00
committed by GitHub
parent 36d1778e2a
commit 47bd07758b
2 changed files with 4 additions and 4 deletions

View File

@@ -20,10 +20,10 @@ In your Django application, use the following code:
```py
import django_stubs_ext
django_stubs_ext.monkeypath()
django_stubs_ext.monkeypatch()
```
This only needs to be called once, so the call to `monkeypatch` should be placed in your top-level urlconf.
This only needs to be called once, so the call to `monkeypatch` should be placed in your top-level settings.
## Version compatibility