2020-06-15 12:11:25 +01:00
|
|
|
alias ctpt="NO_MIGRATIONS=true IN_TEST=true FILE_STORAGE='django.core.files.storage.FileSystemStorage' crab manage.py test $@ --keepdb"
|
2016-09-12 15:52:11 +01:00
|
|
|
|
2019-07-25 08:39:08 +01:00
|
|
|
export ENV_FILE=etc/environments/development/env,.env
|
|
|
|
export PROC_FILE=etc/environments/development/procfile
|
|
|
|
export BIN_DIRS=env/bin
|