Here’s a draft PR for reading the config from pyproject.toml
. It’s very early stages yet, I haven’t written tests or adapted it to where things should really be done in a native implementation.
django:main
← ryanhiebert:config
opened 11:12AM - 02 Jan 25 UTC
#### Trac ticket number
ticket-36021
#### Branch description
Read from … a `pyproject.toml` in the current directory when running `python -m django` or any alternative spelling like `django-admin`.
#### Checklist
- [x] This PR targets the `main` branch.
- [x] The commit message is written in past tense, mentions the ticket number, and ends with a period.
- [ ] I have checked the "Has patch" ticket flag in the Trac system.
- [ ] I have added or updated relevant tests.
- [ ] I have added or updated relevant docs, including release notes if applicable.