The project will have the following structure. django-poetry-example ├── README.rst ├── django_poetry_example │ └── __init__.py ├── pyproject.toml └── tests ├── __init__.py └── ...
特に注釈がなければ, 各種情報の背景は 2022年12月あたり. 本例では python 3.7 環境でエラーが発生するようにしている. グループ機能が便利なのでバージョンは 1.2 以上. 本例では python 3.7 / 3.8 を想定 3.8 は現行バージョンで, 3.7 は後方互換の最小バージョンとし ...