Hi, while inserting new auth_permission entries via appadmin, you can choose only tables that are defined before auth_permission table (auth_user, auth_groups, auth_membership, auth_permission included). Custom table (db.define_table(...)) is visible only if defined before auth tables.
db.py file in welcome app suggests defining tables at the end of file, so no custom tables are visible that way. Should this be treated as a bug? Regards, Marin

