mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fix path error
This commit is contained in:
@@ -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;`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user