<#19342 Django settings broken with pants v2.16.0>...
# github-notifications
c
#19342 Django settings broken with pants v2.16.0 Issue created by mister-rao Describe the bug I had setup mono repo as described in https://github.com/pantsbuild/example-django/tree/main/helloworld Everything was working file till pants v2.15.0, But since v2.16.0 pants is not able to locate Django settings file from the microservice folder.
ModuleNotFoundError: No module named 'phoenix._microservices.admin.settings'
There's no change in the project structure whatsoever. I reverted back to v2.15.0 and everything works as before. Seems like something is broken in the new release. Pants version Pants Version 2.16.0 OS WSL Additional info package and goals work with version 2.15.0 but broken in v2.16.0 pantsbuild/pants