How can I test the correctness of my models against the schema of a database?

2010-05-30 Thread David Horat
of you faced this situation before? Any clues? Thank you in advance. Best Regards, David Horat -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from

Re: How can I test the correctness of my models against the schema of a database?

2010-05-30 Thread David Horat
That gives you the SQL Statements for an application. What I want is a way so Django checks the models against the database defined in settings. On May 31, 12:14 am, knicholes wrote: > python manage.py sqlall > > On May 30, 3:53 pm, David Horat wrote: > > > > > Dear gro

Re: How can I test the correctness of my models against the schema of a database?

2010-05-31 Thread David Horat
gt; > But isn't it enough to test it using loremiser or something like that > > and like an addition debug toolbar? > > > On May 31, 12:53 am, David Horat wrote: > > > Dear group, > > > > How can I test the correctness of my models against the schema of a &