Adds command to get admin code

This commit is contained in:
Mouse Reeve
2022-02-17 10:59:28 -08:00
parent b4e0749f73
commit ed536e6b41
5 changed files with 26 additions and 1 deletions

3
bw-dev
View File

@ -197,6 +197,9 @@ case "$CMD" in
--endpoint-url ${AWS_S3_ENDPOINT_URL}\
--cors-configuration file:///bw/$config_file" "$@"
;;
admin_code)
runweb python manage.py admin_code
;;
runweb)
runweb "$@"
;;