From 4d07a5f86b604ca07bfa5cfa7928f274cd9b9d3c Mon Sep 17 00:00:00 2001 From: tandy1000 Date: Mon, 11 Oct 2021 22:18:49 +0100 Subject: [PATCH] fix another path error --- docs/install/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/manual.md b/docs/install/manual.md index 4af2f10d..5355f72b 100644 --- a/docs/install/manual.md +++ b/docs/install/manual.md @@ -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;` -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