Esempio n. 1
0
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

    logging.info('About to create the local translation memory.')
    create_local_tm()
    logging.info('Succesfully created the local translation memory.')
Esempio n. 2
0
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

    logging.info('About to create the local translation memory.')
    create_local_tm()
    logging.info('Succesfully created the local translation memory.')
Esempio n. 3
0
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

    create_local_tm()
Esempio n. 4
0
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

    create_local_tm()