Shannon -jj Behrens wrote: > On 10/9/06, Ben Bangert <[EMAIL PROTECTED]> wrote: >> On Oct 9, 2006, at 9:36 PM, Ian Bicking wrote: >> >>> This has come up before. Should url_for have a fully_qualified >>> keyword >>> argument to do this? >> Yup, it should, its in the Routes trac as a ticket now. > > You might also want a global option so that all URLs can be generated > absolutely.
Global options are icky. But you can always create a custom url_for in your helpers.py (with the name url_for, or glob_url, or whatever). -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
