mattia / elections

Forked from elections 3 years ago
Clone

4f9c1d3 Use the database URL in used in the election app if specified

Authored and Committed by pingou 5 years ago
    Use the database URL in used in the election app if specified
    
    Basically, instead of relying on the database url present in alembic.ini
    we use the one configured for the entire application.
    If one is specified in the alembic.ini though, it will be respected and
    used.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+15 -15
file modified
+2 -1