On Jun 21, 1:38 pm, tekion <[email protected]> wrote:
> Hi,
> I am getting the below error:
> ViewDoesNotExist at /polls/
>
> Could not import play_django.polls.views. Error was: No module named
> unresolvers
>
> Request Method:         GET
> Request URL:    http://127.0.0.1:8000/polls/
> Exception Type:         ViewDoesNotExist
> Exception Value:
>
> Could not import play_django.polls.views. Error was: No module named
> unresolvers
>
> I am stump becuase the views.py does exist under polls and index
> function does exist in views.py.  Why is it having problem importing
> it?

The module is called urlresolvers, not unresolvers.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to