Re: djangobook ch3, can't see the view current_datetime

2008-11-16 Thread Adam Yee
You were right, Django didn't see any URLs in the URLconf file because I wasn't using the right one. I had another site also called 'testproject' in a different directory (deleted now). So I was using views.py and settings.py in the /web/django directory, but the urls.py from a totally

Re: djangobook ch3, can't see the view current_datetime

2008-11-16 Thread Malcolm Tredinnick
On Sun, 2008-11-16 at 17:41 -0800, Adam Yee wrote: [...] Good debugging info snipped. > When entering http://localhost:8080/testproject/time I'm reading this > in the Apache error log: > > [Sun Nov 16 17:27:37 2008] [info] mod_wsgi (pid=1768): Create > interpreter

djangobook ch3, can't see the view current_datetime

2008-11-16 Thread Adam Yee
I'm a new user to Django, hi everyone. My system: Windows XP Python 2.5 Apache 2.2 >>configured for mod_wsgi MySQL, MySQLdb #Irrelevant at this point My issue: Having trouble getting the through the first example. Basically, when directing the browser to '.../time/' I'm still at the 'It