comses.net icon indicating copy to clipboard operation
comses.net copied to clipboard

issues in curator dashboard

Open alee opened this issue 7 years ago • 0 comments

2018-11-09 21:25:40 DEBUG   django.template:_resolve_lookup:872 Exception while resolving variable 'LANGUAGE_CODE' in template 'curator/dashboard.html'.
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 829, in _resolve_lookup
    current = current[bit]
  File "/usr/local/lib/python3.6/dist-packages/django/template/context.py", line 83, in __getitem__
    raise KeyError(key)
KeyError: 'LANGUAGE_CODE'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 835, in _resolve_lookup
    if isinstance(current, BaseContext) and getattr(type(current), bit):
AttributeError: type object 'RequestContext' has no attribute 'LANGUAGE_CODE'

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 850, in _resolve_lookup
    (bit, current))  # missing attribute
django.template.base.VariableDoesNotExist: Failed lookup for key [LANGUAGE_CODE] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <functio
2018-11-09 21:25:40 DEBUG   django.template:_resolve_lookup:872 Exception while resolving variable 'get_full_name' in template 'curator/home/recent_activity.html'.
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 829, in _resolve_lookup
    current = current[bit]
TypeError: 'MemberProfile' object is not subscriptable

alee avatar Nov 09 '18 23:11 alee