Cory Zue

Results 67 comments of Cory Zue

Ok, thanks. Yeah I already have it running in prod and it's working great. Was just wondering if there were any suggested workarounds, even of the "just hide the body...

I am currently using this management command, which seems to work: ``` from django.core.management.base import BaseCommand from djstripe.models import Account, WebhookEndpoint from apps.web.meta import absolute_url class Command(BaseCommand): help = "Sets...

Nice, that looks super useful! What's the easiest way to run 2.10 locally?

@jleclanche I didn't look closely at the implementation, but this didn't quite work for me because of an apparent extra slash in the path: ``` czue@czue-t16:~/src/personal/wedding_plan$ ./manage.py stripe_listen Forwarding Stripe...

(I also had some trouble with migrations but I think that's probably somethign that will get sorted out in the release process?)

I just tested again on 4.0.1 and am still seeing the issue. I'm also using DaisyUI on the page if that might matter...

Also would love to have this released. In the meantime, if you're desperate to upgrade you can always install from the source, which has been merged. If you're using uv:...