Jacob Kaplan-Moss

Results 18 issues of Jacob Kaplan-Moss

The [Fundaising WG](https://github.com/django/dsf-working-groups/blob/main/active/fundraising.md) has been formally approved by the Board but right now it's just a placeholder. Broadly speaking we know we want to form a much larger group to...

@marksweb suggests: > I think it would also make sense to have a working group for djangoproject.com given the significance of the website for the project & the community. >...

I don't care about super solid coverage but the workflow of edit-template-generate-run-app is annoying and I want some automated tests. I want to use https://github.com/hackebrot/pytest-cookies, but installing it fails with...

Fly doesn't clean up old apps before deploying new ones (and doesn't offer a [deployment strategy](https://fly.io/docs/reference/configuration/#picking-a-deployment-strategy) that does), so when the new app bootstraps Tailscale sees it as a duplicate...

Eiuther upon creation, or perhaps with a justfile command. This might also be a quasi-solution to #3

This part: ``` fly launch [--org jacobian-org] fly secrets set TAILNET_DOMAIN=clever-sushi.ts.net fly secrets set TAILSCALE_AUTHKEY=.... fly deploy ``` Could happen automatically in the post-gen hook (by prompting for TAILNET_DOMAIN etc)

I don't really need replication but I don't 100% trust a sqlite db on a Fly volume to be the most durable storage option, too easy to fuck it up....

I'd like to be able to run `just promote jacob` and do the things it says in the README.