David Grubman

Results 1 issues of David Grubman

Love the project guys! I'm unable to test without it giving the error message: ```python from django.test import Client, TestCase self.client = Client() user_login = self.client.login(username=self.user.username, password="test3") self.assertTrue(user_login) ``` ```...