On 6/4/07, akonsu <[EMAIL PROTECTED]> wrote: > > hello, > > i have just synched to the latest trunk and my application has stopped > working:
Some more detail would help. What revision _was_ the application on? What revision is it now? ("latest trunk" is a vague description). > ViewDoesNotExist at / > Could not import mysite.ko.views. Error was: No module named managers I'm going to make a wild guess here, and say that something in mysite.ko.views can't import a module named "managers". Take a look for anything in the view (or anything imported by the view) that imports "from something import managers" or "import something.managers". That's the source of your problem. I can't think of any recent change to trunk that would have caused this problem, though. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---