Anže :python: on Nostr: I've just published a minor update to my uv with Django blog post where I expanded ...
I've just published a minor update to my uv with Django blog post where I expanded the section on running Django in prod:
uv run --no-dev --frozen gunicorn your_app.wsgi
I also added a brand new section on how to run tests in your CI:
uv sync --frozen
uv run --frozen pytest
Published at
2024-10-11 10:53:02Event JSON
{
"id": "6b38bc2a91a0bb65a21a3ab67a6f4a47b6ade99018a281c192c4c23662aa958b",
"pubkey": "a39a91945320863e63212c3b4f06a13aa380f33aa231788cf172e6701ba657f4",
"created_at": 1728643982,
"kind": 1,
"tags": [
[
"proxy",
"https://fosstodon.org/@anze3db/113288412052497248",
"web"
],
[
"proxy",
"https://fosstodon.org/users/anze3db/statuses/113288412052497248",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://fosstodon.org/users/anze3db/statuses/113288412052497248",
"pink.momostr"
],
[
"-"
]
],
"content": "I've just published a minor update to my uv with Django blog post where I expanded the section on running Django in prod:\n\nuv run --no-dev --frozen gunicorn your_app.wsgi\n\nI also added a brand new section on how to run tests in your CI:\n\nuv sync --frozen\nuv run --frozen pytest",
"sig": "4e84a9543af95689e3ae43f52a1f467c276c4015bb91551378acb7f3dcb44140f01e3a8a09ad3d5732d24583c83e7ba3ddd59472b55b8c550faaf3d042f3a567"
}