Console: Moved console up into dispatch. Now any application can, in theory, have it's own console just by adding 'useconsole = True' to the app settings. Note: There are some cases where this may not be a good idea - ie. The full console app, public applications, etc. Removed the old single instances of console and made apps init functions use the new scripts_init section.