reset password
This commit is contained in:
parent
32f8e97d21
commit
84bc9bbec6
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
(cd /root/medicine-config/medicine &&
|
||||||
|
docker-compose exec python manage.py reset_password
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue