369: Admin page not loading ...

bugzill********@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 22, 2008
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?
chipx86
#1 chipx86
It's definitely a django or configuration issue. Either Django is not installed
correctly or the path you set for the /media alias in your server config is pointing
to the wrong install of Django or wrong directory.
david
#2 david
  • +UserError