in Django by
A custom path converter is a class that includes _______.

a) regex string

b) to_url(self,value) method

c) to_python(self, value) method

d) All the options

1 Answer

0 votes
by
d) All the options
...