One of the main philosophies of Djangos - URLs should be beautiful.
, URL-, accounts/detail?name='abc'
accounts/detail/abc/
. URL. URL . ( rel=canonical
) SEO.
( about.html
), about.html
users/awesomeUser
users/awesomeUser
users/awesomeUser/
,
users/awesomeUser
, users/about.html
,
users/awesomeUser/
, users/awesomeUser/about.html
child
family/parent/
family/parent/child
.child
family/parent
- family/child
.
, foo.com/bar foo.com/bar/ - URL-, ( -) . Django "" URL, .
APPEND_SLASH. (APPEND_SLASH URL)
?
- django URL , , Django
user/awesomeUser
user/awesomeUser/
. - HTTP, GET, URL ( - REST API).
POST/PUT/PATCH/DELETE rest_framework
APPEND_SLASH=False
trailing_slash=False
, ( Routers). , . append slashes
.
, .