20dcf07 Remove database inicialization from __init__.py

Authored and Committed by davidcarlos 6 years ago
    Remove database inicialization from __init__.py
    
        - This was triggering in our tests requisitions to the
        postgres database. Now the tests do not depends of the development database,
        but is using sqlite to run the tests.
    
        - This commit also moves the process of create a session to the
        database module.
    
        
file modified
+0 -10
file modified
+3 -0
file modified
+5 -11
file modified
+5 -7