hi, i've tested to using gluon.contrib.populate, but it seems that the module didn't fill upload and password field type.
e.g.
from gluon.contrib.populate import populate
if not db(db.auth_user).count():
populate(db.auth_user,10)
any other solutions to put dummy data for test and dev purpose for
upload and password field type?
thank you so much and best regards,
steve van christie

