From f249af08b77d6dd22bdb232eff68b60dd9ed38b9 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 11 Jun 2018 12:32:59 +0200 Subject: [PATCH] Recomment the --clear and --noinput options for collectstatic --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a3525b..c7ca84a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ cd khaganat-web vim .env PIPENV_VENV_IN_PROJECT=1 pipenv --three update pipenv run ./manage.py migrate -pipenv run ./manage.py collectstatic +pipenv run ./manage.py collectstatic --clear --noinput pipenv run ./manage.py compilemessages pipenv run ./manage.py createsuperuser ``` @@ -68,7 +68,7 @@ cd khaganat-web git pull pipenv --three update pipenv run ./manage.py migrate -pipenv run ./manage.py collectstatic +pipenv run ./manage.py collectstatic --clear --noinput pipenv run ./manage.py compilemessages ``` @@ -153,7 +153,7 @@ Finish the installation: ``` # cd /srv/http/khaganat/app # pipenv run ./manage.py migrate -# pipenv run ./manage.py collectstatic +# pipenv run ./manage.py collectstatic --clear --noinput # pipenv run ./manage.py compilemessages # pipenv run ./manage.py createsuperuser # chown -R http:http /srv/http/khaganat/