Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show related WebhookEvents in Django admin #6

Open
beheh opened this issue Dec 3, 2018 · 1 comment
Open

Show related WebhookEvents in Django admin #6

beheh opened this issue Dec 3, 2018 · 1 comment

Comments

@beheh
Copy link
Member

beheh commented Dec 3, 2018

We could add an inline model admin to show all WebhookEvents related to a specific model (e.g. Sale or BillingAgreement). This would help with debugging information desyncs between the API and our models.

@beheh
Copy link
Member Author

beheh commented Dec 18, 2018

I'm not sure this is even possible, as we don't reference these via ForeignKey fields. Not sure what the inverse lookup would look like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant