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 has been 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
Difficulty - Medium
The text was updated successfully, but these errors were encountered:
The overall structure is Ok. Do a little bit more with the background colors. Bring some contrast. Also just below the profile picture you can display more information as part of the first point of the issue. I want you to modify the database so as bring in some more information on the user. See the related link on how to extend Django's default user model. The structure seems fine.
You may have to use FileField in the user model to allow users to upload images. For now, there is no support for the profile in the database. Make the required changes to support a profile. Godspeed.
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
The text was updated successfully, but these errors were encountered: