Code now resides in common.serialization in the form
of two new functions: yaml_load and yaml_dump.
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
All database configuration is now done using MAYAN_DATABASES to
mirror Django way of doing database setup.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
Database connection when using gunicorn microthreads
are not shared by the microthreads and can exhaust the
number of open connections available.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>