core: remove writing of largeobject dirs on AppStartup....
core: remove writing of largeobject dirs on AppStartup.
- this makes celery much slower
- creates a database connection on APP start which again makes celery explode sometimes
- making a db connection on AppCreation could lead to some problems in future.