Re: Database error: Table 'test_XXX.django_content_type' doesn't exist

2010-10-28 Thread Frank Wiles
On Thu, Oct 28, 2010 at 1:27 AM, girish shabadimath wrote: > Hi all, > im using django 1.2 > there are two databases involved in my project (default and XYZ (used only > for migration)) > i use a consistant MySQL storage type for all apps, all models (including > m2m). >

Database error: Table 'test_XXX.django_content_type' doesn't exist

2010-10-28 Thread girish shabadimath
Hi all, im using django 1.2 there are two databases involved in my project (default and XYZ (used only for migration)) i use a consistant MySQL storage type for all apps, all models (including m2m). This is done by registering a post-syncdb signal in management.py file which converts all tables