You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the "collect static files" part, I have two problems:
I ran into weird UI problems until I finally deleted (moved) the staticfiles folder beforehand. So, this step might be mandatory before bin/python3.9 manage.py collectstatic?
I also wondered why bin/python3.9 manage.py collectstatic_js_reverse wants to modify a file which is under version control (see screenshot). So I'm not sure if this step is necessary/correct.
Perhaps someone could clarify and show the complete steps one have to do in order to do a clean manual update.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since I ran into some problems after manual updates, I would like to ask for some detailed instructions. The docs say:
Regarding the "collect static files" part, I have two problems:
bin/python3.9 manage.py collectstatic
?bin/python3.9 manage.py collectstatic_js_reverse
wants to modify a file which is under version control (see screenshot). So I'm not sure if this step is necessary/correct.Perhaps someone could clarify and show the complete steps one have to do in order to do a clean manual update.
Beta Was this translation helpful? Give feedback.
All reactions