Hello everyone,

I've recently installed apache and mod_python and i've managed to run
a couple of python files, so i guess its working. I've also created a
view, which displays a simple hello world message. I've tested this
with the django server and it works. But i'm not sure how to get this
to working with apache.

I created a file in Htdocs then in that created the project with the
views and urls.py and the others.
But if I go on http://localhost:8080/myproject/hello or
http://localhost:8080/myproject/hello/ I get a 404 not found error.

I was wondering what I could do to fix this and whether I've made a
mistake?

thanks,

Andrew
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to