Skip to content
Discussion options

You must be logged in to vote

OK, this is not surprising. python does not depend on server and so does not pull it in to the sandbox. But your pyproject.toml contains django_settings_module = "server.core.settings" which causes Django to look for that package.

In other words you've configured your repo under the assumption that server is always available.

Note that you can run pants check :: in the root directory, and that works because server is part of that ::.

Replies: 3 comments 5 replies

Comment options

benjyw
Nov 27, 2025
Maintainer Sponsor

You must be logged in to vote
3 replies
@mrvafa
Comment options

@benjyw
Comment options

benjyw Dec 24, 2025
Maintainer Sponsor

@mrvafa
Comment options

Comment options

benjyw
Jan 9, 2026
Maintainer Sponsor

You must be logged in to vote
2 replies
@mrvafa
Comment options

@benjyw
Comment options

benjyw Feb 11, 2026
Maintainer Sponsor

Answer selected by mrvafa
Comment options

benjyw
Feb 13, 2026
Maintainer Sponsor

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants