Hi,
I have hosted my django application with apache and mod_python. When i was going through the mod_python documentation, I found that there is a way to know under which interpreter my application is running (By using req.interpreter).
I tried to check that in django, by checking request object. But I couldn't figure out(request.interpreter doesn't exist).
Is there a way to get interpreter name in django?