Just figured it out :-) routes_onerror = [(r'*/*', r'/error/index')]
works if error/index is in the application *cheers tested it with two domains
Just figured it out :-) routes_onerror = [(r'*/*', r'/error/index')]
works if error/index is in the application *cheers tested it with two domains