logged in and got logout immediately upon reload the page

309 views
Skip to first unread message

Roy Huang

unread,
Feb 26, 2020, 7:30:10 AM2/26/20
to Django users
Hi all,

any help will be appreciated, i've bee stuck on this for days, couldnt find answers

ok, here it is,

1) logged in and retrieved data back to a page, all good (got sessionid and csrftoken)

2) make a request on a view which has got @login_required, then got redirect to login (apparently sessionid got cleared )

any thoughts ?

thanks

donkey

Naveen Arora

unread,
Feb 26, 2020, 8:46:32 AM2/26/20
to Django users
Hi Roy,

Share the exact problem with screenshots and code if possible. Did you set default authentication model of user to yours..?

Cheers,
Naveen Arora

Roy Huang

unread,
Feb 26, 2020, 9:41:27 AM2/26/20
to Django users
thanks Naveen

wow, how did you even guess that !! yes I did have my own authentication model on top of the original one

I will put up more detail first thing tomorrow at work, so glad somebody can help me out (crying ~~~~~~)

Roy

Naveen Arora於 2020年2月26日星期三 UTC+8下午9時46分32秒寫道:

Naveen Arora

unread,
Feb 27, 2020, 12:57:28 AM2/27/20
to Django users
All you need to do is set AUTH_USER_MODEL = "Yourapp.yourmodelname" in your setttings.py, delete your entire database and run makemigrations and migrate again.
Django sets the default user model at first migration only.

Hope this helps, you can ask here for your queries.
Cheers,
Naveen Arora

Roy Huang

unread,
Feb 27, 2020, 1:36:37 AM2/27/20
to Django users
Hi Naveen,

thank you once again for the help

after days of struggling, finally i've got enlightened all of a sudden !

to put it in simple way, 

we have a sync mechanism, which sync local code to production, and we've forgot to exclude db.sqlite3 which accounts resides 

-_- ... what a bummer

thanks Naveen



Naveen Arora於 2020年2月27日星期四 UTC+8下午1時57分28秒寫道:

Naveen Arora

unread,
Feb 28, 2020, 7:19:22 AM2/28/20
to Django users
cool :)

Cheers,
Naveen Arora
Reply all
Reply to author
Forward
0 new messages