-
Hi ! I wanted to try your work as I like to keep in touch with security tools. Could you, please, point me where I can fount it ? Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe you should: because logins are related to django app and as far as i remember there is no default account (for obvious security reasons :) ) |
Beta Was this translation helpful? Give feedback.
I believe you should:
docker compose exec app python3 manage.py createsuperuser
or
docker compose exec app python3 manage.py help changepassword
because logins are related to django app and as far as i remember there is no default account (for obvious security reasons :) )