Skip to content

Commit 4a0475d

Browse files
Yassine-cheffaibluetech
authored andcommitted
fix DJANGO_SETTINGS_MODULE in main documentation
using point to sepcify the path to the settings file, instead of underscore
1 parent f23a205 commit 4a0475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Make sure ``DJANGO_SETTINGS_MODULE`` is defined (see
2323
2424
# -- FILE: pytest.ini (or tox.ini)
2525
[pytest]
26-
DJANGO_SETTINGS_MODULE = test_settings
26+
DJANGO_SETTINGS_MODULE = test.settings
2727
# -- recommended but optional:
2828
python_files = tests.py test_*.py *_tests.py
2929

0 commit comments

Comments
 (0)