On Sun, Feb 22, 2009 at 9:37 AM, rihad <ri...@mail.ru> wrote:
> Unless someone kindly proves me wrong, I really do think trailing
> slashes in the URL should be optional,

As Russ already said -- did you read his post? -- this is already *up
to you*. If you want trailing slashes to be optional:

1. Set APPEND_SLASH to False.
2. Write your urlconfs with optional slashes.
3. There is no step three.

Django itself makes no assumptions about how you'd like to design your
URLs. Behavior like APPEND_SLASH and PREPEND_WWW are shortcuts for
common desires, but both are incredibly easy to disable.

Why don't you back up a step: What are you trying to do that isn't working?

Jacob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to