Tuesday, June 7, 2022

Re: Having Trouble Creating a Test Database

Hi
Why do not you use mock for data base 
?
If you use mock data base you do not need test data base and your data base will not be change

On Tue, 7 Jun 2022, 7:32 pm Mark Phillips, <mark@phillipsmarketing.biz> wrote:
I can't seem to be able to create a test database for my django project. I get this error:

django.db.utils.ProgrammingError: (1146, "Table 'test_hopi_django.CurrentArticle' doesn't exist")


Thanks!

Mark

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEqej2Mucd0G9%3DRfS4df26HbgVAPvuPMRgisPVvy3otowamVPQ%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKjZekPLRqO3kavteb%3Da4pt2RMrNSDW1wLtUhs6i_1haBFyEOg%40mail.gmail.com.

No comments:

Post a Comment