You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
BREAKING: Configure the python path whenever there is a pyproject.toml, even when not configuring settings.
This allows for manually specifying settings modules at the CLI without also having the specify the pythonpath manually.
Deprecate and give warnings when configured via setup.cfg.
Use the tool.django section in pyproject.toml instead.
Rename settings_module configuration to settings to mirror the --settings command line argument.
The settings_module spelling is kept for compatibility, but is deprecated and will give deprecation warnings.
Add pythonpath configuration to mirror the --pythonpath command line argument, to allow for setting the python path relative to the pyproject.toml, such as the common src directory.