0

Im trying to log into the admin GUI but keep getting the error :

Please enter a correct username and password. Note that both fields are case-sensitive.

Ive created a new user, dropped all the db tables for auth_xxx and resynced. And also checked that the is_staff,is_active,is_superuser flags are all true within the db.

Does anyone have any other ideas ?

4

1 回答 1

0

settings.py 中的以下内容解决了该问题

django.contrib.auth.backends.ModelBackend
于 2013-05-28T14:21:45.177 回答