Updates manage.py so it is aware of the container environment provided by s6-overlay

This commit is contained in:
Trenton H
2025-03-26 10:25:13 -07:00
parent 6e694ad9ff
commit 5cc8b626a2
10 changed files with 10 additions and 9 deletions

View File

@@ -135,7 +135,7 @@ account. The script essentially automatically performs the steps described in [D
execute the following command:
```shell-session
docker compose run --rm webserver createsuperuser
docker compose run --rm webserver ./manage.py createsuperuser
```
or using docker exec from within the container: