liquimigrate.management.commands package

Submodules

liquimigrate.management.commands.liquibase module

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

Bases: django.core.management.base.BaseCommand

handle(*args, **options)[source]

Handle liquibase command parameters

help = 'liquibase migrations'
option_list = (<Option at 0x7f3a80c025f0: --changeLogFile>, <Option at 0x7f3a80c024d0: --driver>, <Option at 0x7f3a80c02bd8: --classpath>, <Option at 0x7f3a80c02878: --username>, <Option at 0x7f3a80c02710: --password>, <Option at 0x7f3a80c02d40: --url>, <Option at 0x7f3a80ba9710: --database>, <Option at 0x7f3a80c1f710: -n/--nosignals>)

liquimigrate.management.commands.makemigrations module

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

Bases: django.core.management.commands.makemigrations.Command

A custom makemigrations command that asks you for confirmation before making migrations using standard mechanism.

handle(*args, **options)[source]

liquimigrate.management.commands.migrate module

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

Bases: django.core.management.commands.migrate.Command

A custom migrate command that asks you for confirmation before migrating the database using standard mechanism.

handle(*args, **options)[source]

liquimigrate.management.commands.squashmigrations module

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

Bases: django.core.management.commands.squashmigrations.Command

A custom squashmigrations command that asks you for confirmation before squashing migrations using standard mechanism.

handle(*args, **options)[source]

liquimigrate.management.commands.syncdb module

Module contents