I have made a signup page using python. Following is the link to the code :
As soon as a user signs up, he should be redirected to /welcome
which says :
Welcome user
But I cannot display it by the above mentioned code.
Whereas when I write
self.redirect('/welcome?username = '+user)
I get redirected to a page which says
Welcome user
Why is it so?
Aucun commentaire:
Enregistrer un commentaire