#635 closed defect (fixed)
A small tipo in docs
Description ¶
http://www.djangoproject.com/documentation/settings/#prepend-www
PREPEND_WWW Default: False Whether to prepend the "www." subdomain to URLs that don't have it. This is only used if CommonMiddleware is installed (see the middleware docs). See also '''PREPEND_WWW'''.
Guess there should be APPEND_SLASH?
Note:
See TracTickets
for help on using tickets.
(In [902]) Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous