I hope this hasn't been asked before; had a quick look through the archives and docs but couldn't find anything.
Is it possible to get django (e.g. via manage.py) to CHECK if the db schema and model match? I don't want it to change anything, just to tell me if there is a mismatch, and what that is. I thought syncdb did this, but it doesn't seem to. I think this would be quite useful to have, and could pre-empt errors later on when non-existent fields are used in views etc. Sam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

