пробую установить панель администратора
вылезли такие ошибки
TemplateDoesNotExist at /admin/
admin/login.html
Request Method: GET
Request URL: http://127.0.0.1:8000/admin/
Exception Type: TemplateDoesNotExist
Exception Value: admin/login.html
Exception Location: C:\Python25\lib\site-packages\django\template\loader.py in find_template_source, line 72
Python Executable: C:\Python25\python.exe
Python Version: 2.5.1
Python Path: ['C:\\Python25\\djproject', 'C:\\WINDOWS\\system32\\python25.zip', 'C:\\Python25\\DLLs', 'C:\\Python25\\lib', 'C:\\Python25\\lib\\plat-win', 'C:\\Python25\\lib\\lib-tk', 'C:\\Python25', 'C:\\Python25\\lib\\site-packages']
Template-loader postmortem
Django tried loading these templates, in this order:
* Using loader django.template.loaders.filesystem.load_template_source:
* Using loader django.template.loaders.app_directories.load_template_source:
Environment:
Request Method: GET
Request URL: http://127.0.0.1:8000/admin/
Django Version: 0.97-pre-SVN-unknown
Python Version: 2.5.1
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.doc.XViewMiddleware')
Template Loader Error:
Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.load_template_source:
Using loader django.template.loaders.app_directories.load_template_source:
Traceback:
File "C:\Python25\lib\site-packages\django\core\handlers\base.py" in get_response
82. response = callback(request, *callback_args, **callback_kwargs)
File "C:\Python25\lib\site-packages\django\contrib\admin\views\decorators.py" in _checklogin
66. return _display_login_form(request, message)
File "C:\Python25\lib\site-packages\django\contrib\admin\views\decorators.py" in _display_login_form
29. }, context_instance=template.RequestContext(request))
File "C:\Python25\lib\site-packages\django\shortcuts\__init__.py" in render_to_response
18. return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
File "C:\Python25\lib\site-packages\django\template\loader.py" in render_to_string
101. t = get_template(template_name)
File "C:\Python25\lib\site-packages\django\template\loader.py" in get_template
79. source, origin = find_template_source(template_name)
File "C:\Python25\lib\site-packages\django\template\loader.py" in find_template_source
72. raise TemplateDoesNotExist, name
Exception Type: TemplateDoesNotExist at /admin/
Exception Value: admin/login.html
как исправить такие ошибки?