From what I have seen we seem to be importing everything in every page. Please ensure that only the modules you need are imported. Refrain from using from x import * .
There seem to be a lot of "empty" apps which don't do anything. Please remove these. Please remove all code which has been replaced by (bopefully) better code.