django authenticate() still allways returns None

前端 未结 2 549
逝去的感伤
逝去的感伤 2021-01-29 06:17

I edited my question from yesterday: django authenticate() allways returns None, but I think noone will will pay attention because I already marked the question as answered. - a

2条回答
  •  春和景丽
    2021-01-29 06:40

    Now authenticate() works. It was a version-mismatch. Now I remember that I created the initial project at home and on my gentoo-machine there still is the version 1.7.7 installed and on the windows-machine at work 1.8.4., I think it is the different settings-file, stupid mistake from me.

    Sorry for the inconvenience

提交回复
热议问题