When you use the wizard, on step 6, it asks if you want to populate the table with dummy data or not.
On Oct 26, 12:53 am, mart <msenecal...@gmail.com> wrote: > Hi, > > I may have missed this, so apologies if a repeat... but would like to > know. Why do we have this happen when using the wizard? There must be > a good reason, just can"t figure it out... > > from gluon.contrib.populate import populate > if not db(db.auth_user).count(): > populate(db.auth_user,100) > > Thanks, > > Mart :)