Installed django_src SVN 0.97-pre-SVN and reviewboard r1134. After
following the instructions from the wiki and starting the server i get the
following when i click on the admin-link:
Template-loader postmortem
Django tried loading these templates, in this order:
* Using loader django.template.loaders.filesystem.load_template_source:
o /reviewboard/templates/admin/login.html (File does not exist)
* Using loader
django.template.loaders.app_directories.load_template_source:
o
/usr/lib/python2.5/site-packages/django/contrib/admin/templates/admin/login.html
(File exists)
o /reviewboard/djblets/datagrid/templates/admin/login.html (File
does not exist)
I read in another thread it was a django-problem fixed by reinstalling, but
that did not help ...
Any ideas what i am doing wrong?