I have 0.96 installed and I'm working on Tutorial 2: http://www.djangoproject.com/documentation/0.96/tutorial02/
Everything from Tutorial 1 worked just fine, but once I follow the steps under "Activate the admin site" and try to visit admin, I get a TemplateDoesNotExist for admin/login.html I checked and I do have that file under /System/Library/Frameworks/ Python.framework/Versions/2.5/lib/python2.5/site-packages/django/ contrib/admin/templates/admin I hope that's where it's actually supposed to be? I've checked permissions and everyone has at least read rights. Let me know if more info is needed - I'm a noob. ***begin traceback*** Traceback (most recent call last): File "/Library/Python/2.5/site-packages/django/core/handlers/base.py" in get_response 77. response = callback(request, *callback_args, **callback_kwargs) File "/Library/Python/2.5/site-packages/django/contrib/admin/views/ decorators.py" in _checklogin 65. return _display_login_form(request, message) File "/Library/Python/2.5/site-packages/django/contrib/admin/views/ decorators.py" in _display_login_form 28. }, context_instance=template.RequestContext(request)) File "/Library/Python/2.5/site-packages/django/shortcuts/__init__.py" in render_to_response 10. return HttpResponse(loader.render_to_string(*args, **kwargs)) File "/Library/Python/2.5/site-packages/django/template/loader.py" in render_to_string 101. t = get_template(template_name) File "/Library/Python/2.5/site-packages/django/template/loader.py" in get_template 79. source, origin = find_template_source(template_name) File "/Library/Python/2.5/site-packages/django/template/loader.py" in find_template_source 72. raise TemplateDoesNotExist, name TemplateDoesNotExist at /admin/ admin/login.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---