James Bennett wrote:
> On Jan 21, 2008 8:43 AM, Carl Karsten <[EMAIL PROTECTED]> wrote:
>> Exception Type: ViewDoesNotExist at /admin/
>> Exception Value: Tried new_message in module ridgemoor.core.views. Error was:
>> 'module' object has no attribute 'new_message'
> 
> Most likely is that something that's different between your Python
> path under runserver and under Apache is causing something to fail
> with an ImportError, which in turn causes reverse URL resolution to
> fail, which in turn causes the "url" tag (which is used by the admin)
> to fail.
> 

I heard runserver adds things to the path.  which would explain why there is a 
difference.  Is this correct?

I am thinking maybe I am missing a 3rd party module?  which wouldn't be on my 
path - is that what you mean?

Carl K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to