Trailing slashes are one setting in Plain. URLS_TRAILING_SLASH picks the canonical form for the whole project, and the slash you type in a route string is ignored — path("about") and path("about/") are the same route.
Trailing slashes are one setting in Plain. URLS_TRAILING_SLASH picks the canonical form for the whole project, and the slash you type in a route string is ignored — path("about") and path("about/") are the same route.