Beispiel #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.')
Beispiel #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.')
Beispiel #3
0
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

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

    create_local_tm()