Closed oliche closed 4 years ago
Release instructions:
git stash git pull git stash pop
./manage.py makemigrations ./manage.py migrate
sudo service apache2 reload
Release instructions:
Pull the changes from github
git stash git pull git stash pop
1) Activate environment
2) Update the database if any scheme changes
./manage.py makemigrations ./manage.py migrate
3) Restart the Apache server
sudo service apache2 reload