PPaste!

Home - All the pastes - Authored by Thooms

Raw version

1
2
3
4
5
6
def setUp(self):
    self.test1 = User.objects.create_user(
         'TestUser1',
         'test1@example.com',
         'We love HDM !'
    )