flasky fake

Shell
$ flask shell
>>> from app import fake
>>> fake.users(100)
>>> fake.posts(100)
Source

Also in Shell: