I used to use vagrant to run my GAE Python apps, but I wanted to tried with virtualenv.
Everything worked okay, but I can't access anything in /_ah/* - I would only need /_ah/admin and also /_ah/img, where uploaded images from the admin panel are located.
I checked my app.yaml and it has everything: the admin_redirect builtin is okay, and I also tried to include the admin_redirect .py manually.
This is the file, just in case: http://pastebin.com/eV9yTegf (I tried with threadsafe yes and no, also).
Can anybody help? I am totally stuck, I tried everything and I don't know what to do next.