Skip to content

Commit

Permalink
Fix migrations location.
Browse files Browse the repository at this point in the history
  • Loading branch information
keosak committed Feb 13, 2018
1 parent 9092ebe commit c6e121d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions activate
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
function deactivate {
export PS1="$_OLD_PS1"
unset _OLD_PS1
unset -f deactivate flask
}

function flask {
docker-compose run --rm --no-deps app flask "$@"
}

_OLD_PS1="$PS1"
export PS1="[active] $PS1"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c6e121d

Please sign in to comment.