Exemplo n.º 1
0
 def forwards(self, orm):
     set_isolation_level.DISABLE_TRANSACTIONS = True
     models.install()
     set_isolation_level.DISABLE_TRANSACTIONS = False
Exemplo n.º 2
0
 def forwards(self, orm):
     #   Synchronize module_properties in DB with those in the code
     models.install()
Exemplo n.º 3
0
    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()