-
Notifications
You must be signed in to change notification settings - Fork 14
TemplateDoesNotExist at /admin/ #25
Description
When I try to access the "admin" area, I receive the following error. I've haven't been able to figure out how to fix it. The rest of MunkiWebAdmin works fine.
TemplateDoesNotExist at /admin/
admin/index.html
Request Method: GET
Request URL: http://munkiwebadmin.compucraft.net:6208/admin/
Django Version: 1.5.1
Exception Type: TemplateDoesNotExist
Exception Value:
admin/index.html
Exception Location: /usr/local/munkiwebadmin_env/lib/python2.6/site-packages/django/template/loader.py in find_template, line 139
Python Executable: /usr/bin/python
Python Version: 2.6.6
Python Path:
['/usr/lib/python2.6/site-packages/virtualenv-13.1.2-py2.6.egg',
'/usr/lib64/python26.zip',
'/usr/lib64/python2.6',
'/usr/lib64/python2.6/plat-linux2',
'/usr/lib64/python2.6/lib-tk',
'/usr/lib64/python2.6/lib-old',
'/usr/lib64/python2.6/lib-dynload',
'/usr/lib64/python2.6/site-packages',
'/usr/lib64/python2.6/site-packages/gtk-2.0',
'/usr/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info',
'/usr/local/munkiwebadmin_env/lib/python2.6/site-packages',
'/usr/local/munkiwebadmin_env',
'/usr/local/munkiwebadmin_env/munkiwebadmin']
Server time: Mon, 23 Nov 2015 10:02:58 -0500
Template-loader postmortem
Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.Loader:
/usr/local/munkiwebadmin_env/munkiwebadmin/templates/admin/index.html (File does not exist)
Using loader django.template.loaders.app_directories.Loader:
/usr/local/munkiwebadmin_env/munkiwebadmin/reports/templates/admin/index.html (File does not exist)
/usr/local/munkiwebadmin_env/munkiwebadmin/catalogs/templates/admin/index.html (File does not exist)
/usr/local/munkiwebadmin_env/munkiwebadmin/manifests/templates/admin/index.html (File does not exist)
/usr/local/munkiwebadmin_env/munkiwebadmin/inventory/templates/admin/index.html (File does not exist)
/usr/local/munkiwebadmin_env/munkiwebadmin/licenses/templates/admin/index.html (File does not exist)