-
Notifications
You must be signed in to change notification settings - Fork 6
Improving the profile Page (Difficulty - Medium) #2
Comments
Hey, @EmberCS15 this is ok for the profile page. |
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. |
Hey, @EmberCS15 Can I make PR with above UI Only. As I am not able to make more changes right now |
Well, that's ok.But I would encourage you to make more information about
the user available if possible.
…On Thu, Jan 4, 2018 at 4:19 AM, Vansh Soni ***@***.***> wrote:
Hey, @EmberCS15 <https://github.com/embercs15> Can I make PR with above
UI Only. As I am not able to make more changes right now
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXKmHyc6_bOJp9PtJi9n21SN43FqnbOCks5tHAQBgaJpZM4Qto38>
.
|
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: