Can someone help me with this Question posted on stack over flow?

2016-03-15 Thread Sanchit Balchandani
Question - http://stackoverflow.com/questions/36023158/how-to-change-the-name-of-db-column-last-login-created-by-custom-django-user -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from i

Django Permissions: How to make extended User only to update and view profile?

2016-03-12 Thread Sanchit Balchandani
I'm trying to write custom permissions for the extended user which I created so that it should only be allowed to see(retrieve) the user profile and update it. However with my current code, it is not allowing User to see it's profile. I've just started with Django and not able to come up with a