hi, is there possible to insert the data auth_group during database creation for the first time? e.g. db.auth_group.insert(role = "Admin", description = "Admin")
i've already tried to put it on models but, the data inserted is repeated many times. any idea, suggestion or correction? thanks and best regards, steve van christie

