Re: urls.py regex problem

2007-03-30 Thread Malcolm Tredinnick
On Sat, 2007-03-31 at 01:44 +, benrawk wrote: > Hello, > > When I am running the simple current_datetime example from the django > book, and then edit my urls.py to look like the one in the book, the > page doesn't server. > > Book urls.py: > from django.conf.urls.defaults import * >

urls.py regex problem

2007-03-30 Thread benrawk
Hello, When I am running the simple current_datetime example from the django book, and then edit my urls.py to look like the one in the book, the page doesn't server. Book urls.py: from django.conf.urls.defaults import * f from mysite.views import current_datetime urlpatterns =