Twas brillig at 09:49:49 06.08.2007 UTC+04 when Alex Nikolaenkov did gyre and gimble:
AN> BTW, Can we attach configurable plug-ins to the built-in webserver? (* I'm AN> interested in possibility. Can code "case insensitive urls plug-in" by AN> myself. *) I already pointed out that Django middleware is the proper place for such things. Please read the documentation about middleware, and you'll see how easy it is to add such functionality as case-insensitive URLs (keeping in mind that case-insensitive URLs should not affect business logic - imagine you have API for application: it would be very disturbing to have case-insensitvie API). -- JID: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
