Custom User Model having ForeignKey to Customer with dj-stripe
I would like to have a Custom User Model in my django application, featuring a column to hold reference to Customer objects coming from stripe, being synced via dj-stripe.
I would like to have a Custom User Model in my django application, featuring a column to hold reference to Customer objects coming from stripe, being synced via dj-stripe.