From b277c4d64139e6c9c92dfd63d08782f918de56ad Mon Sep 17 00:00:00 2001 From: tandy1000 Date: Mon, 11 Oct 2021 22:14:55 +0100 Subject: [PATCH] fix 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 f5cd7b0c..4af2f10d 100644 --- a/docs/install/manual.md +++ b/docs/install/manual.md @@ -66,7 +66,7 @@ Things to edit: Execute `export $(cat /var/www/recipes/.env |grep "^[^#]" | xargs)` to load variables from `/var/www/recipes/.env` -Execute `/python3.9 manage.py migrate` +Execute `bin/python3.9 manage.py migrate` and revert superuser from postgres: `sudo -u postgres psql` and `ALTER USER djangouser WITH NOSUPERUSER;`