For isntance I have RPX login which creates user profile for each logged in user. I would like to give each one of these users there own homepage (i.e. like twitter) which could be dynamically created. So I thought the first task was to see how thiscould be mapped, perhaps by querying db.profile and then mapping through routes.py.
chrism On Jun 2, 3:46 pm, mdipierro <[email protected]> wrote: > Can you explain more? > > On Jun 2, 8:00 am, ChrisM <[email protected]> wrote: > > > > > I searched through the list but couldn't find any discussion on this > > topic. > > > Any ideas how the following can be achieved with routes.py > > >www.appname.com\userprofilename > > > I am guessing that there would need to be a db.auth lookup to match > > the userprofilename > > and then pass that to a generic controller, but how? > > > Help Aprreciated > > > ChrisM- Hide quoted text - > > - Show quoted text -

