fix path error
This commit is contained in:
parent
9f1351c84a
commit
b277c4d641
@ -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 `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;`
|
and revert superuser from postgres: `sudo -u postgres psql` and `ALTER USER djangouser WITH NOSUPERUSER;`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user