コード例 #1
0
    def set_up_and_return_camox(self):
        camox_pharmaceuticals = Supplier(
            name="Camox Pharmaceuticals (Pty) Ltd")
        camox_pharmaceuticals.save()

        return camox_pharmaceuticals
コード例 #2
0
    def set_up_and_return_biotech_labs(self):
        biotech_laboratories = Supplier(name="Biotech Laboratories")
        biotech_laboratories.save()

        return biotech_laboratories