I should also note, that when you use map.sub_domains = True, your
actions can always ask for a sub_domain arg and act on it if desired,
ie:

def view(self, id, sub_domain):
    if sub_domain:
        pass # do something with it

Cheers,
Ben


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to