Django 1.6.5,输入用户名和密码登录,然后就报错,按照官方文档搭的项目,为什么我这报错呢?
AttributeError at /admin/
'bool' object has no attribute 'rindex'
Request Method: POST
Request URL: http://127.0.0.1:8000/admin/
Django Version: 1.6.5
Exception Type: AttributeError
Exception Value:
'bool' object has no attribute 'rindex'
Exception Location: D:\python\lib\site-packages\django\core\urlresolvers.py in get_mod_func, line 142
Python Executable: D:\python\python.exe
Python Version: 2.7.3