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