scipost.management.commands.populate_faker_data module

class scipost.management.commands.populate_faker_data.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = 'Fill database with random data for most important modules.'
handle(*args, **kwargs)[source]

The actual logic of the command. Subclasses must implement this method.