Fix: Make management commands aware of the container environment (#9499)

This commit is contained in:
Trenton H 2025-03-26 14:17:10 -07:00 committed by GitHub
parent 6e694ad9ff
commit 9c68100dc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 44 additions and 15 deletions

View file

@ -24,7 +24,7 @@
# - Click 'Deploy the stack' and wait for it to be deployed
# - Open the list of containers, select paperless_webserver_1
# - Click 'Console' and then 'Connect' to open the command line inside the container
# - Run 'python3 manage.py createsuperuser' to create a user
# - Run 'createsuperuser' to create a user
# - Exit the console
#
# For more extensive installation and update instructions, refer to the