I'm testing my django app on mod_python, using the development server
it works fine, but under mod_python the following exception appears:

ViewDoesNotExist at /myapp/
Could not import myapp.views. Error was: No module named myapp.views

I'm accessing the builtin server with the URL:
http://localhost:8000/myapp/
and accessing apache, with mod_python, with: http://localhost/myapp/

Should there be any configuration change when switching to mod_python?


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

Reply via email to