town6.upgrade ============= .. py:module:: town6.upgrade .. autoapi-nested-parse:: Contains upgrade tasks that are executed when the application is being upgraded on the server. See :class:`onegov.core.upgrade.upgrade_task`. Functions --------- .. autoapisummary:: town6.upgrade.migrate_theme_options town6.upgrade.migrate_homepage_structure_for_town6 Module Contents --------------- .. py:function:: migrate_theme_options(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: migrate_homepage_structure_for_town6(context: onegov.core.upgrade.UpgradeContext) -> None