Sorry, for the weird title but I wanted to elaborate what you would be working with.
So here is what I want to do:
- Grab the user_id and hash from my cookie. (Complete)
- Put it in a gql query that finds the user_id and hash in my database (In Progress)
- Return username if id and hash match from the database (Incomplete)
Everytime I sign up and redirect to the welcome page I get redirected back to the signup page. I've tried countless ways to solve this problem but now I'm asking you guys to help me out!!
Here is the repository to my code: https://github.com/billh93/registration_udacity/blob/master/index.py
Update: I added some code for you guys to see and what I'm hoping to accomplish.
Final Update: I finally solved this I just had to add delete what I had and just insert 2 lines of codes.