mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
Special case for creating a super user to make it a little cleaner
This commit is contained in:
@@ -143,13 +143,13 @@ account. The script essentially automatically performs the steps described in [D
|
||||
execute the following command:
|
||||
|
||||
```shell-session
|
||||
docker compose exec webserver ./manage.py createsuperuser
|
||||
docker compose exec webserver createsuperuser
|
||||
```
|
||||
|
||||
or using docker exec from within the container:
|
||||
|
||||
```shell-session
|
||||
./manage.py createsuperuser
|
||||
createsuperuser
|
||||
```
|
||||
|
||||
This will guide you through the superuser setup.
|
||||
|
Reference in New Issue
Block a user