djenerator.management.commands package

Submodules

djenerator.management.commands.jendb module

class djenerator.management.commands.jendb.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

add_arguments(parser)[source]
args = '<size app_name>'
handle(*args, **options)[source]
help = 'Generates random test data for an app using djenerator. The\n arguments of the command are `size app_name` '

djenerator.management.commands.jenerate module

class djenerator.management.commands.jenerate.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

add_arguments(parser)[source]
args = '<size app_name output_name>'
handle(*args, **options)[source]
help = 'Generates random test data for an app using djenerator. The\n arguments of the command are `size app_name output_name` '

Module contents