You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding get_absolute_url for models would allow for them to be linked to from the Django admin.
This would be very useful to have a shortcut to the Stripe Dashboard, e.g. for events, event exceptions (see #424), customers etc.
Adding
get_absolute_url
for models would allow for them to be linked to from the Django admin.This would be very useful to have a shortcut to the Stripe Dashboard, e.g. for events, event exceptions (see #424), customers etc.
Ref: https://docs.djangoproject.com/en/1.11/ref/models/instances/#get-absolute-url
The text was updated successfully, but these errors were encountered: