[web2py] Re: SQLFORM with preset fields

2013-03-15 Thread olly . morgan
Thanks Niphlod -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/grou

[web2py] SQLFORM with preset fields

2013-03-14 Thread olly . morgan
I wan to write a SQLFORM where certain fields have their values fixed. Eg: I want a form for db.auth_membership where the group_id is fixed to a specific value and the only field to specify is the user_id. doing SQLFORM(db.auth_membership) doesn't work because all values of the group are

[web2py] converting URL to lowercase before dispatching

2013-01-31 Thread olly . morgan
I have a web2py application say, at "http://127.0.0.1:8000/my_data";. I would like to make the URL case insensitive so that any users calling My_data, MY_Data, etc it gets remapped to the lowercase version of the URL. Any thoughts on how to do this? Olly -- --- You received this message be