Hopefully this is an easy one. I'm using a pattern-based routes.py file. How can I enable "map_hyphens" functionality? Do I have to come up with a regex for my routes_in and routes_out, or is there a way to mix pattern-based and parameter-based systems?
Thanks, Neil --