0
我無法登錄到管理頁面。在setting.py中刪除以下語句後,我可以照常登錄。自定義後端使我無法在django中使用管理頁面
AUTHENTICATION_BACKENDS =( 'chula.models.MyCustomBackend', )
這是源,這個認證介紹後端來自 http://www.djangorocks.com/tutorials/creating-a-custom-authentication-backend/creating-the-imap-authentication-backend.html
我希望同時使用這個認證介紹bakend和管理頁面。誰能幫我 ?
非常感謝。現在它可以工作 –