It's a bit weird that you have your templates in your home folder. I would expect them to be in your project's folder.
For example: /home/foobar/projects/yourproject/templates If you were using some version control software like git you would want to have everything that belongs to yout project inside your project folder. Otherwise you would have to create several repositories (one for your apps and views and one for your templates) which doesn't really make sense. But in the end that is probably up to you. Best regards, Martin On Mon, Jun 6, 2011 at 9:47 AM, Christopher <[email protected]> wrote: > From what I understand, the location of my templates is supposed to go > in the TEMPLATE_DIRS block of the settings.py file. This directory is > located in my home/foobar/, thus the /home/foobar/templates. > > Is there something wrong with this? > > On Jun 5, 4:38 pm, Mike Dewhirst <[email protected]> wrote: > > On 6/06/2011 6:51am, Christopher wrote: > > > > > 110 "/home/foobar/templates", > > > > ??? > > -- > 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. > > -- 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.

