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
{{ message }}
This repository was archived by the owner on Jan 25, 2018. It is now read-only.
I just spent longer than I care to admit trying to run api.generic.products.get_object_or_404(public_id=...) instead of api.generic.product.get_object_or_404(public_id=...) because things like that are hard to look up in the code itself.