Hi, I'd like the root page of my site - http://example.com/ - to be served by Django. But there also static files that need to live in the root directory, eg. robots.txt and favicon.ico. Using Apache/mod_python, can I have some root URLs served by Django and some served by Apache?
Thanks, -- Richie Hindle [EMAIL PROTECTED]