django-hosts
django-hosts copied to clipboard
It doesn´t work with OAuthLibMixin
The hosts work correctly on all my views, except on this one
@method_decorator(csrf_exempt, name="dispatch") class TokenView(OAuthLibMixin, View):
Has anyone had the same issue?