django error 'dict' object has no attribute 'META'

django 에러

symptom:
'dict' object has no attribute 'META'
Request Method:GET
Request URL:http://128.199.227.215:8000/tag/naver/
Django Version:1.8.4
Exception Type:AttributeError
Exception Value:
'dict' object has no attribute 'META'
Exception Location:/usr/local/lib/python2.7/site-packages/django/template/context_processors.py in debug, line 43
Python Executable:/usr/local/bin/python
Python Version:2.7.10
Python Path:
['/home/django/easy',
 '/usr/local/lib/python27.zip',
 '/usr/local/lib/python2.7',
 '/usr/local/lib/python2.7/plat-linux2',
 '/usr/local/lib/python2.7/lib-tk',
 '/usr/local/lib/python2.7/lib-old',
 '/usr/local/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/site-packages']

solution:
뷰쪽(views.py)에 RequestContext 아규먼트가 제대로 들어갔는지 확인한다.

댓글 없음:

댓글 쓰기