J. Clifford Dyer <jcd <at> sdf.lonestar.org> writes:

> 
> 
> On Fri, Dec 14, 2007 at 01:01:37PM -0800, haver wrote regarding stuck with
tutorial 3 at - Write views that
> actually do something:
> > 
> > 
> > Hi All,
> > 
> > I started with django and went through 2.5 tutorials relatively
> > painless, but nevertheless I stuck on tutorial #3. I tried to modify
> > regular expression, but error getting more complecated.
> > help needed fixed the urls.py (my guess)
> > thanks,
> > 
> > Vadim


Hi,

I face the same problem as Vadim too when I followed the tutorial at
(http://www.djangoproject.com/documentation/0.96/tutorial03/).

I don't think we were supposed to change the URL config. Apparently the
loader.get_template should have loaded index.html from the template directory,
but it returned a 404 error for some reasons. Quoted from the site:

"When you’ve done that, create a directory polls in your template directory.
Within that, create a file called index.html. Note that our
loader.get_template('polls/index.html') code from above maps to
“[template_directory]/polls/index.html” on the filesystem."

--Vincent



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