[web2py:/] How to customize default authentication DB fields?

2009-06-27 Thread Md.Mahbubur Rasheed
Hi,I want to add more fields to the default authentication system. Like the DB should have a username (rather than email address as user name). Also I want to add country age etc. But I couldn't find any clue other than the following line in documentation- *"**You can change the table name, defin

[web2py:24964] Newbie question : How to pass parameters from flash?

2009-06-24 Thread Md.Mahbubur Rasheed
Hi, I am converting my old php-flash project into web2py for GAE. Now, I am confused about how to set param value. FYI I used a single php file, index.php to communicate with flash.swf. So, my other php files like login.php, logout.php, mail.php, xml.php etc used to be called from this. Below is

[web2py:24956] Using GAE DB model Directly into web2py?

2009-06-24 Thread Md.Mahbubur Rasheed
Hi, I was wondering if there is any way to directly use Google app engine db model with web2py. It is because GAE DB model has few principles that doesn't match with other DB. For example there is no default "auto increment" feature what we use in mysql regularly. Also I don't know how web2py hand