Are there some reasons of using Django with PyPy? I read PyPy increases perfomance.
Unlikely. A Django application is almost always I/O-bound, usually because of the database connection. PyPy wouldn't help with that at all, even if it was purely compatible (which I'm not sure it is).