I'm just learning regular expressions (something I've put off for ages now), and was wondering if it was possible to redirect from a subdomain to somewhere within my project using Django, i.e.
redirect 'Subdomain.domain.com.au/appname/' to 'domain.com.au/appname/pagename' or is this better suited to mod_rewrite? (something else I've put off learning about) thanks in advance Alice

