Projet

Général

Profil

« Précédent | Suivant » 

Révision 01a055c6

Ajouté par Thomas Noël il y a environ 9 ans

result of tenant.create_schema is undefined

Voir les différences:

entrouvert/djommon/multitenant/management/commands/create_schemas.py
16 16
                print self.style.NOTICE("=== Creating schema ") \
17 17
                    + self.style.SQL_TABLE(tenant.schema_name)
18 18

  
19
            if not tenant.create_schema(check_if_exists=True):
20
                print self.style.ERROR(' Nothing to do')
19
            tenant.create_schema(check_if_exists=True)

Formats disponibles : Unified diff