We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The Django project is the brains of the OPS server. It's what controls all of the functionality (not including map generation) on the OPS server.
/vagrant/conf/django/* is the GitHub repo checkout location on the OPS server.
/vagrant/conf/django/*
/var/django/* is the root path to the django project on the OPS server.
/var/django/*
To copy a new version of the Django project from the repo to the server enter the following:
cd /vagrant git pull sh conf/tools/updateDjangoProject.sh