On 12/8/06, Dave Lowe <[EMAIL PROTECTED]> wrote: ... > Anyone know how to fix this without placing a symbolic link to the > template inside the admin templates folder?
Gosh, don't do that. :) The admin error is incidental, it just happens to be the last place it looked (since the app loader is after the fs loader, and since (I'm guessing) admin is your last app). Anyway, I think this error would only occur if your file isn't readable by the apache user/group, or if there's an extra slash in the filepaths somewhere. And what's the line of code you're using to get the template? get_template('home.html'), or ...? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---