+1
I also like the remove_slash version of urls over the append_slash
version as the trailing slash creates a directory structure illusion
which is not true.
Cheers
Shihan
On Jun 14, 2009, at 11:12 AM, donquixote
wrote:
>
> Ok, I know similar questions have been asked about the trailing
I've been looking for this, as an user. I can only agree with the
proposal.
I think a single setting would be less confusing though:
TRAILING_SLASH = ("append", "remove", "remove_last", "full_clean") for
the different methods you described. Or maybe that's just overdoing
it... For backwards-compat
Ok, I know similar questions have been asked about the trailing slash
before. See
http://groups.google.com/group/django-developers/browse_thread/thread/78f370da90a5a268/6e95edb134564009?lnk=gst&q=append_slash
My proposal is a little different:
- I agree there should be only one url for each page.