Browse Source

Doc: Add setings description in docker

pull/195/head
winkidney 4 years ago
parent
commit
b347e3c24f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      docs/src/passwords.md

+ 3
- 0
docs/src/passwords.md View File

@@ -7,3 +7,6 @@ passwords involves:
- Create a new super user `pipenv run python manage.py createsuperuser`
- Login to your admin panel `{your_website_url}/admin/`
- Go to the users section, select the user, change their password.

Note: If you use that command to create superuser **inside docker**, please add `--settings=pinry.settings.docker`
to command like, just like `python manage.py createsuperuser --settings=pinry.settings.docker`

Loading…
Cancel
Save