1 | "GET /admin/ HTTP/1.1" 302 0
|
---|
2 | Exception while resolving variable 'subtitle' in template 'admin/login.html'.
|
---|
3 | Traceback (most recent call last):
|
---|
4 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 875, in _resolve_lookup
|
---|
5 | current = current[bit]
|
---|
6 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/context.py", line 83, in __getitem__
|
---|
7 | raise KeyError(key)
|
---|
8 | KeyError: 'subtitle'
|
---|
9 |
|
---|
10 | During handling of the above exception, another exception occurred:
|
---|
11 |
|
---|
12 | Traceback (most recent call last):
|
---|
13 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 881, in _resolve_lookup
|
---|
14 | if isinstance(current, BaseContext) and getattr(
|
---|
15 | AttributeError: type object 'RequestContext' has no attribute 'subtitle'
|
---|
16 |
|
---|
17 | During handling of the above exception, another exception occurred:
|
---|
18 |
|
---|
19 | Traceback (most recent call last):
|
---|
20 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 891, in _resolve_lookup
|
---|
21 | current = current[int(bit)]
|
---|
22 | ValueError: invalid literal for int() with base 10: 'subtitle'
|
---|
23 |
|
---|
24 | During handling of the above exception, another exception occurred:
|
---|
25 |
|
---|
26 | Traceback (most recent call last):
|
---|
27 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 898, in _resolve_lookup
|
---|
28 | raise VariableDoesNotExist(
|
---|
29 | django.template.base.VariableDoesNotExist: Failed lookup for key [subtitle] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x105385a20>>, 'request': <WSGIRequest: GET '/admin/login/?next=/admin/'>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x105396950>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x105396950>>), 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}, {}, {'form': <AdminAuthenticationForm bound=False, valid=Unknown, fields=(username;password)>, 'view': <django.contrib.auth.views.LoginView object at 0x1053e9240>, 'site_title': 'Django site admin', 'site_header': 'Django administration', 'site_url': '/', 'has_permission': False, 'available_apps': [], 'is_popup': False, 'is_nav_sidebar_enabled': True, 'title': 'Log in', 'app_path': '/admin/login/?next=/admin/', 'username': '', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x1053e95a0>, 'site_name': '127.0.0.1:8000', 'LANGUAGE_CODE': 'en-us', 'LANGUAGE_BIDI': False}, {'block': <Block Node: title. Contents: [<IfNode>, <Variable Node: title>, <TextNode: ' | '>, <Variable Node: site_title|default:_('Django site admin')>]>}]
|
---|
30 | Exception while resolving variable 'subtitle' in template 'admin/login.html'.
|
---|
31 | Traceback (most recent call last):
|
---|
32 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 875, in _resolve_lookup
|
---|
33 | current = current[bit]
|
---|
34 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/context.py", line 83, in __getitem__
|
---|
35 | raise KeyError(key)
|
---|
36 | KeyError: 'subtitle'
|
---|
37 |
|
---|
38 | During handling of the above exception, another exception occurred:
|
---|
39 |
|
---|
40 | Traceback (most recent call last):
|
---|
41 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 881, in _resolve_lookup
|
---|
42 | if isinstance(current, BaseContext) and getattr(
|
---|
43 | AttributeError: type object 'RequestContext' has no attribute 'subtitle'
|
---|
44 |
|
---|
45 | During handling of the above exception, another exception occurred:
|
---|
46 |
|
---|
47 | Traceback (most recent call last):
|
---|
48 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 891, in _resolve_lookup
|
---|
49 | current = current[int(bit)]
|
---|
50 | ValueError: invalid literal for int() with base 10: 'subtitle'
|
---|
51 |
|
---|
52 | During handling of the above exception, another exception occurred:
|
---|
53 |
|
---|
54 | Traceback (most recent call last):
|
---|
55 | File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 898, in _resolve_lookup
|
---|
56 | raise VariableDoesNotExist(
|
---|
57 | django.template.base.VariableDoesNotExist: Failed lookup for key [subtitle] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x105385a20>>, 'request': <WSGIRequest: GET '/admin/login/?next=/admin/'>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x105396950>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x105396950>>), 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}, {}, {'form': <AdminAuthenticationForm bound=False, valid=Unknown, fields=(username;password)>, 'view': <django.contrib.auth.views.LoginView object at 0x1053e9240>, 'site_title': 'Django site admin', 'site_header': 'Django administration', 'site_url': '/', 'has_permission': False, 'available_apps': [], 'is_popup': False, 'is_nav_sidebar_enabled': True, 'title': 'Log in', 'app_path': '/admin/login/?next=/admin/', 'username': '', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x1053e95a0>, 'site_name': '127.0.0.1:8000', 'LANGUAGE_CODE': 'en-us', 'LANGUAGE_BIDI': False}, {'block': <Block Node: content_subtitle. Contents: [<IfNode>]>}]
|
---|