PPaste!

Home - All the pastes - Authored by Thooms

Raw version

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
self.test1_device1 = Device.objects.create(user=self.test1,
                                                   device_name="device_1_test"
                                                               "_user_1",
                                                   device_ip="127.0.0.1",
                                                   description="Standard"
                                                               " description 1"
                                                   )



self.test1_device1 = Device.objects.create(
    user=self.test1,
    device_name="device_1_test_user_1",
    device_ip="127.0.0.1",
    description="Standard description 1",
)