On 31 Jan 2011, at 4:29 PM, Nerijus Baliunas wrote: > Would using the redirects app work - > http://docs.djangoproject.com/en/dev/ref/contrib/redirects/?from=olddocs ?
No that will not work, you need middleware that can strip your /alias before the django view processes it. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

