mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 10:20:39 +01:00
Doc: Add setings description in docker
This commit is contained in:
@@ -7,3 +7,6 @@ passwords involves:
|
|||||||
- Create a new super user `pipenv run python manage.py createsuperuser`
|
- Create a new super user `pipenv run python manage.py createsuperuser`
|
||||||
- Login to your admin panel `{your_website_url}/admin/`
|
- Login to your admin panel `{your_website_url}/admin/`
|
||||||
- Go to the users section, select the user, change their password.
|
- 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`
|
||||||
|
|||||||
Reference in New Issue
Block a user