32. Deploying Updates

To deploy changes from git to live or test server:

cd /home/web/catalogue
source venv/bin/activate
cd django_project
git pull --rebase
python manage.py collectstatic --settings=core.settings.prod

Test server is online at http://41.74.158.4/