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 27c5e02 + 5e5a5f3 commit 48aa630Copy full SHA for 48aa630
README.md
@@ -97,7 +97,7 @@ Project settings `.helix/languages.toml`:
97
98
```toml
99
[language-server.djlsp.config]
100
-django_settings_modules="<your.settings.module>"
+django_settings_module="<your.settings.module>"
101
```
102
103
### Neovim
tests/django_test/.helix/languages.toml
@@ -3,7 +3,7 @@ command = "djlsp"
3
args = ["--enable-log", "--cache"]
4
5
6
-django_settings_modules="django_test.settings"
+django_settings_module="django_test.settings"
7
8
[[language]]
9
name = "html"
0 commit comments