The project will have the following structure. django-poetry-example ├── README.rst ├── django_poetry_example │ └── __init__.py ├── pyproject.toml └── tests ├── __init__.py └── ...