Had to implement a way to get the Stripe dashboard URL matching a stripe object for dj-stripe/dj-stripe#465. It'd be really nice if a solution for it were in the stripe library itself.
There is already a way in util.py to get the URL for a Request object, but not a generic way to get any object's dashboard url.
Had to implement a way to get the Stripe dashboard URL matching a stripe object for dj-stripe/dj-stripe#465. It'd be really nice if a solution for it were in the stripe library itself.
There is already a way in
util.pyto get the URL for a Request object, but not a generic way to get any object's dashboard url.