pretix/abra.sh
Simon 4183ab5c54
Some checks reported errors
continuous-integration/drone/push Build encountered an error
add adminpass cmd, update readme
2024-11-27 15:09:17 +01:00

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
}