hey is there anyway to say get the current site the user is on for example: routes_onerror = [(r'*/*', r'/dojo/error/index')]
this returns all domains to dojo/error/index. Is it possible to do somehing like this /request.application/error/index/ any ideas *cheers

