Skip to content

Commit

Permalink
Format python
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertoMoz committed Jun 17, 2024
1 parent b7c9a21 commit 120beff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@ def compilemessages(ctx):
"../dockerpythonvenv/bin/python manage.py compilemessages",
**PLATFORM_ARG,
)



@task(aliases=["prod-to-review-app"])
def copy_prod_db_to_review_app(ctx, rewiew_app_name):
ctx.run(f"python ./copy_prod_db_to_review_app.py {rewiew_app_name}")

0 comments on commit 120beff

Please sign in to comment.