fix another path error

This commit is contained in:
tandy1000
2021-10-11 22:18:49 +01:00
committed by GitHub
parent b277c4d641
commit 4d07a5f86b

View File

@ -70,7 +70,7 @@ Execute `bin/python3.9 manage.py migrate`
and revert superuser from postgres: `sudo -u postgres psql` and `ALTER USER djangouser WITH NOSUPERUSER;` and revert superuser from postgres: `sudo -u postgres psql` and `ALTER USER djangouser WITH NOSUPERUSER;`
Generate static files: `python3.9 manage.py collectstatic` and remember the folder where files have been copied. Generate static files: `bin/python3.9 manage.py collectstatic` and remember the folder where files have been copied.
## Setup web services ## Setup web services