from django.urls import reverse def myview(request): return ... The resolve() function can be used for resolving URL paths to the ...
確定! 回上一頁