In Django2.0 were introduced path()
and re_path()
.
But the difference between boths is unclear to me : is it about the ability to use or not regexps with it?
Would that mean that I couldn't use both <type:name>
and (?P<name>\d+)
syntaxes in the same pattern?