On Dec 31, 7:03 am, goober <[EMAIL PROTECTED]> wrote:
> The Apache server is setup to look forhttp://localhost. I created an
> index.html soft link pointing to the base.html file in the template
> directory. When I bring up the browser, I get a error message "Page
> not found" even though the index.html is pointing to base.html which
> has all the CSS and miscellaneous URL links.

I don't think you get how Django works. Template files are not served
directly based on the url requested.

>
> Do you have any suggestions on how to fix this simple problem?

Read http://www.djangoproject.com/documentation/url_dispatch/

But you should probably do the tutorial first...
--~--~---------~--~----~------------~-------~--~----~
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