Given

auth.define_tables(username=True)

def proflle():
     return
dict(form=SQLFORM(db.auth_user,db_auth_user(username=request.args(0)),readonly=True))

then in routes.py

routes_in = [('/$username','/yourapp/default/profile/$username')]
routes_in = [('/yourapp/default/profile/$username','/$username')]

On Nov 7, 6:04 am, Sathvik Ponangi <[email protected]> wrote:
>  Is there someway that could display each of my user's profile as a custom
> URL likehttp://my_site.com/user_name?
>
> I'm using Web2Py(1.99.2_Stable) on GAE (SDKv1.5.5) on Python2.5
> --
> Sathvik Ponangi

Reply via email to