¡@

Home 

python Programming Glossary: profilepage

create unique profile page for each user python

http://stackoverflow.com/questions/11250728/create-unique-profile-page-for-each-user-python

would work but could something like this be feasible class ProfilePage userlist GQL query to return all users in the system user users.get_by_id.. app webapp2.WSGIApplication ' ' MainPage ' profile 0 9 ' ProfilePage My HTML for the profile page just displays the user's name and.. is my current code but I am just getting a 404 error class ProfilePage webapp2.RequestHandler def get self profile_id user User.get_by_id..

create permenant unique links based on a user ID [duplicate]

http://stackoverflow.com/questions/11256738/create-permenant-unique-links-based-on-a-user-id

anyone without logging in. Here is my code thus far class ProfilePage webapp2.RequestHandler def get self profile_id user User.get_by_id.. app webapp2.WSGIApplication ' ' MainPage ' profile 0 9 ' ProfilePage When I try and test it it just gives me a 404 error. I suppose..