You could do this with custom view predicates if you wanted a single 'application' where your pyramid app decided how to handle the hostnames:
http://plope.com/weird_pyramid_urldispatch But, I've generally divided subdomains by purpose and run separate instances where possible. In your case, I think the custom view predicates probably does what you need. -- 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?hl=en.
