On 5/2/07, Kula <[EMAIL PROTECTED]> wrote: > thanks for your help. > i changed the > '/var/www/virtual/kula.51boo.com/htdocs/web/template/' to > the './template' > but the question is also. > the problem puzzled me 2 days ..
Perhaps I didn't explain well enough. The problem isn't the directory name - it's a missing comma _after_ the directory name. TEMPLATE_DIRS = ( 'foo' ) is _VERY_ different to TEMPLATE_DIRS = ( 'foo', ) The first of these two examples will not work. The second one will. The settings file you provided matches the first example. Make it match the second, and the problem should go away. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---