You'll need to read the official doc. There is no price in djstripe models. https://dj-stripe.dev/reference/models/
On Tuesday, July 12, 2022 at 3:54:01 PM UTC+8 [email protected] wrote: > monthly_price = models.ForeignKey(stripe_models.Price, > AttributeError: module 'djstripe.models' has no attribute 'Price' > > > > > why this error comes again and again > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ca418769-428e-4528-b9a4-215c00aa8286n%40googlegroups.com.

