We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 790eede + 519dcea commit 812a764Copy full SHA for 812a764
docs/service_module_injector.md
@@ -239,7 +239,7 @@ There are different ways of registering injector Modules in a Django app.
239
We register modules to `INJECTOR_MODULES` key in Ninja Extra settings in django settings.py
240
241
```python
242
-NinjaExtra = {
+NINJA_EXTRA = {
243
'INJECTOR_MODULES': [
244
'myproject.app1.modules.SomeModule',
245
'myproject.app2.modules.SomeAppModule',
0 commit comments