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 lch...@gmail.com <lch...@gmail.com> > 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 <dan...@roseman.org.uk> wrote: > > On Nov 12, 7:23 pm, "lch...@gmail.com" <lch...@gmail.com> 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 django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > 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 django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.