If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!


  • 0
    jkumar  11 years ago

    I am trying the same with auth_group and "my_custom_table".

    I am not getting the drop down to map the tables.

     

    Here is my membership table.

    db.define_table("devices_membership",
          Field("devices_config_id", "integer", db.devices_config),
          Field("auth_group_id", "integer", db.auth_group))
     

Commented on:

Sometimes you want to manage users and their membership at the same form.. this one of the possible solutions

Hosting graciously provided by:
Python Anywhere