I'm really a novice with using Django. Can you help me understand where I can find the settings.py ?
On Fri, Nov 12, 2010 at 3:05 PM, Fred Chevitarese <[email protected]>wrote: > Look at settings.py and see where in which directory are configured your > templates. > Then, you can see at the error what file he is searching for... > "TemplateNotFound" /home/fred/teste.hlml > > Something like this :P > > Hope it helps ;) > > http://chevitarese.wordpress.com > Fred Chevitarese - GNU/Linux > > > 2010/11/12 [email protected] <[email protected]> > > I think the problem is that Django is looking for a template that has >> not been created. I need to make sure the template exists, but don't >> know how to do this. >> >> On Nov 12, 2:33 pm, Daniel Roseman <[email protected]> wrote: >> > On Nov 12, 7:23 pm, "[email protected]" <[email protected]> wrote: >> > >> > >> > >> > > I'm trying to update a website that I didn't create that uses Django, >> > > but am running into some issues. >> > >> > > 1. I use the Django Admin site to create a new flat page >> > > 2. I create a new file named "yourname.html" >> > > 3. I FTP the file to my server >> > >> > > When I try to test it, I get a 500 Internal Site Error. My logs are >> > > telling me that it isn't finding the template >> > > "TemplateDoesNotExist". >> > >> > > I have no idea how to troubleshoot this and I'm not very familiar with >> > > Django. >> > >> > > Please help me! >> > >> > > Thanks! >> > >> > You don't give nearly enough information. What is the "yourname.html" >> > file for? Where are you uploading it to? Does that match any paths in >> > your settings file? >> > -- >> > DR. >> >> -- >> 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]<django-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> >> > -- > 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]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Lindsay Hunt [email protected] -- 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.

