Re: Why errors when restart but goes away after reload again! How fix?
Mateusz
Thanks for the feedback. Those docs you pointed to were about missing
views. I checked and my views are not missing.
I looked more closely at the error message and noticed it appears to
be complaining that my models are missing. I don't know if that
helps. (see below) Could it also be a cache problem somehow? (I
tried clearing my browser cache and still saw the problem).
=========================
ViewDoesNotExist at /contact
Tried contact in module mvc.controllers.controllers. Error was:
'module' object has no attribute 'models'
Request Method: GET
Request URL: http://phil4.com/contact
Django Version: 1.2.3
Exception Type: ViewDoesNotExist
Exception Value:
Tried contact in module mvc.controllers.controllers. Error was:
'module' object has no attribute 'models'
...etc.
=========================
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home