Re: django.contrib.auth.view.login bug
oh sorry , this maybe because I use db_dump.py load the data . 在 07-9-25,张沈鹏(电子科大08年本科应届)<[EMAIL PROTECTED]> 写道: > in urls.py > # > from django.contrib.auth.views import login, logout > ... > (r'^accounts/login/$',login) , > .. > ###
django.contrib.auth.view.login bug
in urls.py # from django.contrib.auth.views import login, logout ... (r'^accounts/login/$',login) , .. # when your input a not exist username this will report error it seems caused by