Some checks reported errors
continuous-integration/drone/push Build encountered an error
8 lines
169 B
Bash
8 lines
169 B
Bash
export PRETIX_CONFIG_VERSION=v1
|
|
export CRON_ENTRYPOINT_VERSION=v1
|
|
export PG_BACKUP_VERSION=v1
|
|
|
|
change_adminpass(){
|
|
python -m django changepassword admin@localhost
|
|
}
|