Exemplo n.º 1
0
 def from_domain(cls, domain):
     return cls(organisations_client.get_organisation_by_domain(domain))
Exemplo n.º 2
0
 def default_organisation(self):
     return Organisation(
         organisations_client.get_organisation_by_domain(self.email_domain)
     )