Google News
logo
Django - Quiz(MCQ)
Which of these is not a valid method or approach to perform URL resolution?
A)
Using get_absolute_url()
B)
Using reverse() in View Functions
C)
Using Template {{ url : }} in template
D)
None of the above

Correct Answer :   None of the above


Explanation : None of the above is not a valid method or approach to perform URL resolution.

Advertisement