Thanks for your reply.  I *am* running my apache server (and restarted
it after making all changes).  When I try to go to:
http://localhost/fun/, I get the following debug output from django in
the page:

Using the URLconf defined in fun.urls, Django tried these URL patterns,
in this order:

  1. ^now/$
  2. ^now/plus(\d{1,2})hours/$

The current URL, /fun/, didn't match any of these.

When I try to go to:  http://localhost/now , I simply get:

The requested URL /now was not found on this server.

-Randy


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