mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
Update django_stubs_ext documentation to reference settings (#548)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user