Re: DatabaseError: no such table: django_content_type

2014-09-03 Thread Tim Graham
This is django-developers, the list for discussing the development of Django itself. For questions about using Django, please use the django-users mailing list. It's also helpful to include a traceback of the error. On Wednesday, September 3, 2014 4:29:52 PM UTC-4, Leandro Moreno wrote: > >

DatabaseError: no such table: django_content_type

2014-09-03 Thread Leandro Moreno
Hello list! I'm trying to run my tests and I have these error. In a config.py file I'm doing this: from django.contrib.contenttypes.models import ContentType ContentType.objects.get_for_model(model=MyModel) And when I run the tests, this error apears, and only with tests. I'm including