You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2018. It is now read-only.
Currently, the profile page does not have many features related to information on the user or on uploading profile pictures. Make related changes to bring the following features on board.
Create changes to the database to allow the user to input information such as contact info, favorite genres etc. Bring the profile picture to the left of the page and other information aligned along with it to the right. Try not to use input fields instead give an edit button upon clicking which the input field pops up and the user can then make relevant changes. Provide SAVE button with proper functionality.
Relevant changes to allow users to upload their profile pictures.For this you need to create a new media folder and also make relevant changes to settings.py . Also you need to know about file fields.
Files to be modified - models.py , settings.py,profile.html, views.py
Related materials - Django Tutorial by Bucky Roberts Video lecture - 32,33,34
Currently, the profile page does not have many features related to information on the user or on uploading profile pictures. Make related changes to bring the following features on board.
Files to be modified - models.py,views.py,profile.html
Related article - https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html
Files to be modified - models.py , settings.py,profile.html, views.py
Related materials - Django Tutorial by Bucky Roberts Video lecture - 32,33,34
Difficulty - Medium