Add db command for ff work and add consistency

This commit is contained in:
Colin Powell
2019-07-23 12:05:38 -04:00
parent 5ea9834108
commit a2bef52152
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# Defined in - @ line 1
function ffdb
pushd ~/src/ff/fifteen5
dc exec db psql -U fifteen5 fifteen5
popd
end

View File

@ -1,4 +1,4 @@
function djff
function ffdj
pushd ~/src/ff/fifteen5
docker-compose exec app django-admin $argv
popd