Re: Issue with mongo in Django

2017-02-23 Thread Gaurav Pandey
Hi Ashish, I know it's been long since you worked on this problem. I am not able to get past this error despite trying these solution. Is there a permanent sort of fix for this problem? could you please help me out. Thanks! On Wednesday, June 24, 2015 at 3:43:45 AM UTC+5:30, Ashish Khatkar wrot

Issue with mongo in Django

2015-06-23 Thread Ashish Khatkar
Hi, Today I was trying to do user authentication with Django + MongoDB. I was constantly getting "Metadict object has no attribute pk" error. I searched for the fix but nothing helped. In the end, I read the implementation of login function and changed request.session[SESSION_KEY] = user._meta.