You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template Loader Error:
Django tried loading these templates, in this order:
Using loader common.templateloader.load_template_source:
/var/www/ConMan/public/themes/ugly/accounts/login.html (File does not exist)
Using loader django.template.loaders.app_directories.load_template_source:
/usr/lib/pymodules/python2.6/django/contrib/admin/templates/accounts/login.html (File does not exist)
Traceback:
File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in get_response
http://192.168.1.4:8000/speaker/schedule/, clicked link http://192.168.1.4:8000/accounts/login/, error:
Environment:
Request Method: GET
Request URL: http://192.168.1.4:8000/accounts/login/
Django Version: 1.1.1
Python Version: 2.6.5
Installed Applications:
['django.contrib.flatpages',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'common',
'accounts',
'speakers',
'volunteers',
'voting',
'sponsors',
'lugs',
'updates',
'ticketing',
'event',
'sorl.thumbnail']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.doc.XViewMiddleware',
'django.middleware.gzip.GZipMiddleware',
'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware',
'common.middleware.SiteIdOnFlyMiddleware')
Template Loader Error:
Django tried loading these templates, in this order:
Using loader common.templateloader.load_template_source:
/var/www/ConMan/public/themes/ugly/accounts/login.html (File does not exist)
Using loader django.template.loaders.app_directories.load_template_source:
/usr/lib/pymodules/python2.6/django/contrib/admin/templates/accounts/login.html (File does not exist)
Traceback:
File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in get_response
Exception Type: TemplateDoesNotExist at /accounts/login/
Exception Value: accounts/login.html
The text was updated successfully, but these errors were encountered: