Migration commit from heyvince.co to heyvince.ca
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import click
|
||||
from dft.commands.migrate import createmigration, migrate
|
||||
from dft.commands.load import load
|
||||
|
||||
|
||||
@click.group()
|
||||
def cli():
|
||||
pass
|
||||
|
||||
#main.add_command(init)
|
||||
#cli.add_command(debug)
|
||||
cli.add_command(createmigration)
|
||||
cli.add_command(migrate)
|
||||
cli.add_command(load)
|
||||
#main.add_command(deploy)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
Reference in New Issue
Block a user