Reputation: 61
I have a view called "callback" in views.py. How can I get the absolute url with domain for that view?
I tried using:
request.build_absolute_url(reverse('authorize'))
but that did not work.
What should I do?
Upvotes: 0
Views: 501