> > > >>> from check_constraints import Check > Traceback (most recent call last): > File "<console>", line 1, in <module> > ImportError: No module named check_constraints
This is the right code. What this is saying is that you don't have the check_constraints module properly installed. Have you installed the check_contraints module? It doesn't come with django itself. If you have installed it, check and see if it is on your python path (from sys import path; print path) I haven't used this module in the past but that looks like it is the problem. Hope that helps, Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---