Skip to content

Commit

Permalink
add collectstatic to patch instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet committed Apr 13, 2019
1 parent 4be40bc commit c009490
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ QATrack+ v0.3.0.14 Release Notes
git fetch upstream
git checkout v0.3.0.14
python manage.py shell -c "from qatrack.accounts.utils import fix_ldap_passwords; fix_ldap_passwords()"
python manage.py collectstatic
then restart the CherryPy service

Expand All @@ -34,6 +35,7 @@ QATrack+ v0.3.0.14 Release Notes
git fetch upstream
git checkout v0.3.0.14
python manage.py shell -c "from qatrack.accounts.utils import fix_ldap_passwords; fix_ldap_passwords()"
python manage.py collectstatic
sudo service apache2 restart
- v0.2.9.x:
Expand All @@ -50,6 +52,7 @@ QATrack+ v0.3.0.14 Release Notes
python manage.py shell
>>> from qatrack.accounts.utils import fix_ldap_passwords; fix_ldap_passwords()
>>> exit()
python manage.py collectstatic
then restart the CherryPy service

Expand All @@ -64,6 +67,7 @@ QATrack+ v0.3.0.14 Release Notes
python manage.py shell
>>> from qatrack.accounts.utils import fix_ldap_passwords; fix_ldap_passwords()
>>> exit()
python manage.py collectstatic
sudo service apache2 restart
Expand All @@ -81,6 +85,7 @@ QATrack+ v0.3.0.14 Release Notes
python manage.py shell
>>> from qatrack.accounts.utils import fix_ldap_passwords; fix_ldap_passwords()
>>> exit()
python manage.py collectstatic
then restart the CherryPy service

Expand All @@ -95,6 +100,7 @@ QATrack+ v0.3.0.14 Release Notes
python manage.py shell
>>> from qatrack.accounts.utils import fix_ldap_passwords; fix_ldap_passwords()
>>> exit()
python manage.py collectstatic
sudo service apache2 restart
Expand Down

0 comments on commit c009490

Please sign in to comment.