Merge pull request #46 from a-waider/patch-1

Update setup.rst
This commit is contained in:
Quinn Casey
2022-02-16 08:36:32 -08:00
committed by GitHub

View File

@@ -222,7 +222,7 @@ Install Paperless from Docker Hub
.. code-block:: shell-session
$ docker-compose run --rm webserver createsuperuser
$ docker exec -it webserver python manage.py createsuperuser
This will prompt you to set a username, an optional e-mail address and
finally a password (at least 8 characters).