We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
I use uv with UV_LINK_MODE=symlink (cf. https://docs.astral.sh/uv/configuration/environment/#uv_link_mode). In this mode, access to statics fails because, by default, in Starlette, StaticFiles are configured with follow_symlink: bool = False.
follow_symlink: bool = False
Install a demo app with UV_LINK_MODE=symlink uv sync (or UV_LINK_MODE=symlink uv pip install -e . I guess).
UV_LINK_MODE=symlink uv sync
UV_LINK_MODE=symlink uv pip install -e .
No response
Latest sqladmin, latest everything else.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
master
.Describe the bug
I use uv with UV_LINK_MODE=symlink (cf. https://docs.astral.sh/uv/configuration/environment/#uv_link_mode).
In this mode, access to statics fails because, by default, in Starlette, StaticFiles are configured with
follow_symlink: bool = False
.Steps to reproduce the bug
Install a demo app with
UV_LINK_MODE=symlink uv sync
(orUV_LINK_MODE=symlink uv pip install -e .
I guess).Expected behavior
No response
Actual behavior
No response
Debugging material
No response
Environment
Latest sqladmin, latest everything else.
Additional context
No response
The text was updated successfully, but these errors were encountered: