dotfiles/files/zshrc/catfish.sh

12 lines
411 B
Bash
Raw Normal View History

2019-09-04 20:46:45 +01:00
alias ctpr="ctf project run --"
2016-09-12 15:52:11 +01:00
alias ctfs="cd ~/catfish && ./start && cd - > /dev/null"
2017-02-26 17:40:32 +00:00
alias ctpt="NO_MIGRATIONS=true IN_TEST=true FILE_STORAGE='django.core.files.storage.FileSystemStorage' ctpr manage.py test $@ --keepdb"
2017-01-09 09:19:24 +00:00
export CATFISH_HOSTNAME_OVERRIDE=localhost
2019-07-25 08:39:08 +01:00
# Crab
export ENV_FILE=etc/environments/development/env,.env
export PROC_FILE=etc/environments/development/procfile
export BIN_DIRS=env/bin