Relative Content

Tag Archive for pythondjangoauthentication

profile pictures for users in Django

Django has the built-in form called UserCreatioonForm for creating users. It has some fields like First and Last Name, Email, etc. But is it actually possible to have a field for uploading images which will be used as profile pictures for the user?

Users that will be using a django form and posting data

I have created a django web app with CRUD functionality, i want to be able to see the users (With their names) that have posted on the form and see a full list of the data they post along with their names next to the data. I don’t know how to go about coding that.