Re: Populate script not working

2020-04-02 Thread jay sharma
Sir hi I am aman , look at following error message: django.contrib.auth.models.DoesNotExist: User matching query does not exist. So on this my suggestion is What you importing from django.contrib.auth.models first check that needed query is present at above or not... On Wed, Apr 1, 2020, 11:54

Populate script not working

2020-04-01 Thread Jeff Waters
I've created a population script to test my website - please see below - but I get the following error message: django.contrib.auth.models.DoesNotExist: User matching query does not exist. Given that I've created a hypothetical user, I'm not sure why this is? Any suggestions would much apprecia