DISCLAIMER: very new to web2py, read book and building first app... I'm having some brain cramps trying to add some default groups. Basically I need some default groups set-up when I rollout my application, like Admins, End-Users, Management - when users register one of us will manually filter them into the right group (this is fine for our environment). What's the best way to do that? I just made some add_group lines in my model but it keeps recreating the group role on every launch and I got a bunch of duplicates.
Thanks in Advance

