Adds command to get admin code
This commit is contained in:
parent
b4e0749f73
commit
ed536e6b41
5 changed files with 26 additions and 1 deletions
3
bw-dev
3
bw-dev
|
@ -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 "$@"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue