On Dec 30, 2007 1:08 PM, marcus <[EMAIL PROTECTED]> wrote: > > thanks, karen, for having some time for my problem... > > i repeated now all steps from chapter 5 from creating the app to > calling the site localhost/admin and again the same. i uploaded now > what django gave me. > > http://senduit.com/751de6 > > any help would make my day.
The template loader postmortem seems to indicate no app template directories exist. I've seen reports that some install methods for 0.96 didn't copy the contrib media and template directories properly, but never encountered that myself. I'm assuming you've got django in your Python's site-pacakges directory? There should be a directory site-packages/django/contrib/admin/templates/admin that contains login.html(and others). Do you have this directory on your system? If not, I think your install is incomplete, and you probably need to give details on what exactly you did to install Django to get advice on how to either fix things up or start fresh with a correct installation. (If you do have this directory, and it contains login.html, then I'm not sure what's going on.) Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

