Skip to content

Commit

Permalink
Update manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 authored Oct 31, 2022
1 parent 12ad6af commit e5b11a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ bin/pip3 install -r requirements.txt
# migrate database
bin/python3 manage.py migrate
# collect static files
# To prevent later errors, it is advisable to perform these steps more frequently until the output "0 static files copied" appears.
# if the output is not "0 static files copied" you might want to run the commands again to make sure everythig is collected
bin/python3 manage.py collectstatic --no-input
bin/python3 manage.py collectstatic_js_reverse
# change to frontend directory
Expand Down

0 comments on commit e5b11a3

Please sign in to comment.