def forwards(self, orm): set_isolation_level.DISABLE_TRANSACTIONS = True models.install() set_isolation_level.DISABLE_TRANSACTIONS = False
def forwards(self, orm): # Synchronize module_properties in DB with those in the code models.install()
def forwards(self, orm): "Write your forwards methods here." # Synchronize module_properties in DB with those in the code models.install()
def forwards(self, orm): # Resync module properties models.install()