-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added user profile edit option #262
Added user profile edit option #262
Conversation
@SnehaVeerakumar If the email id is already registered and then user is changing its email then did it show that email is available or not ? |
I think it's best to leave out the useremail unchanged. |
Working demo : |
…r/Rescue into with-profile-edit
@SnehaVeerakumar I will have a talk with Project Admin and will let you know. |
Once you try running the program ! What if it works as it is working in my local machine |
@SnehaVeerakumar Can you tell me what problem are you facing? |
Are you facing any issue with the code in PR ? My problem : My code works fine locally but if i clone the code in my PR, I get "data referenced before the assignment" error. If it works fine for you, then no issues. |
I am also facing the issue as I am not able to review your PR. |
Sorry, I did not get you. Why are you not able to review the PR? |
I will try to fix the issue which I am facing while reviewing your PR, give me some time. |
Thank you @SnehaVeerakumar for your contribution. Looking forward for more such amazing contributions :) |
Describe the changes you've made
User can change their password and update their profile from "user" drop down in navigation bar.
Fixes: #194
##Working video
https://drive.google.com/file/d/1jWD6C4rjfXPN8mGnFF7JhL8w25DIc-g4/view?usp=sharing
##Project set up
python manage.py makemigrations
python manage.py migrate
Making migrations is necessary to migrate created models.
Type of change
User can now edit their details
Example how to mark a checkbox :-
How Has This Been Tested?
By deploying in localhost
Describe if there is any unusual behaviour of your code(Write
NA
if there isn't)A clear and concise description of it.
Checklist:
##Screenshots