Support optional WSGI init method
Refs https://redmine.teklia.com/issues/9115
The gunicorn boot now looks for an optional init method to run in the master process.
The loading code is inspired by the official Django wsgi app loading
This does not cover the runserver, but it's probably not worth it cover it
Edited by Bastien Abadie