def test_stats_page(self): c = Client() c.login(username='test', password='test') response = c.get('/profile') # print(response.content)