I'm currently creating models (quite a bit of them) using Django and I find it hard to "debug" them. "./manage.py validate" usually returns errors with no context nor line numbers, and sometimes the error comes from an import and is wrongly attributed to the including file rather that the included one.
Is there a better way to debug/compile models and am I missing something ? Thanks in advance, Philippe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

