Skip to content

Commit

Permalink
Update boot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raratiru authored Jan 10, 2022
1 parent f0c831f commit 38e6bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dev/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ def boot_django(app: str = ""):
"-m",
"service",
flag_value="makemigrations",
help="Make migrations",
help="Make Migrations",
default=True,
show_default=True,
)
@click.option("-M", "service", flag_value="migrate", help="Migrate")
@click.option("-s", "service", flag_value="shell", help="Run Django shell")
@click.option("-s", "service", flag_value="shell", help="Run Django Shell")
@click.option("-a", "service", flag_value="startapp", help="Create Application")
@click.option(
"-n",
Expand Down

0 comments on commit 38e6bf6

Please sign in to comment.