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 0x7f7b9af19950: --changeLogFile>, <Option at 0x7f7b9af199e0: --driver>, <Option at 0x7f7b9af8c2d8: --classpath>, <Option at 0x7f7b9af8c440: --username>, <Option at 0x7f7b9af8c320: --password>, <Option at 0x7f7b9af8c248: --url>, <Option at 0x7f7b9af8c1b8: --database>, <Option at 0x7f7b9af8c518: -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

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

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

A custom syncdb command that asks you for confirmation before syncing the database.

handle_noargs(**options)[source]

Module contents