Re: Django is not creating all the tables

2010-08-06 Thread Boguslaw Faja
Hi, maybe there are some dependencies between this reordered apps? Could you describe a bit more them? best regards, On Fri, Aug 6, 2010 at 6:15 PM, Thales wrote: > It seems to be a django bug. I changed the apps order in INSTALED_APPS > in settings.py and everything started to work correctly.

Re: Django is not creating all the tables

2010-08-06 Thread Thales
It seems to be a django bug. I changed the apps order in INSTALED_APPS in settings.py and everything started to work correctly. On 6 ago, 11:55, Thales wrote: > Hi everybody, > > I am working in a project using django, which has about 20 apps's. > There is no tests written and It was decided that