Skip to content

Commit c6e121d

Browse files
committed
Fix migrations location.
1 parent 9092ebe commit c6e121d

File tree

8 files changed

+12
-0
lines changed

8 files changed

+12
-0
lines changed

activate

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
function deactivate {
2+
export PS1="$_OLD_PS1"
3+
unset _OLD_PS1
4+
unset -f deactivate flask
5+
}
6+
7+
function flask {
8+
docker-compose run --rm --no-deps app flask "$@"
9+
}
10+
11+
_OLD_PS1="$PS1"
12+
export PS1="[active] $PS1"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)