Python 2.*
sudo pip install virtualenv
virtualenv chemotracker
source chemotracker/bin/activate
OR
workon chemotracker
pip install -r requirements.txt
python manage.py installwatson
python manage.py buildwatson
python manage.py runserver
python manage.py makemigrations # Creates the migration
python manage.py migrate # Applies migrations to database
python manage.py test
deactivate
screen
source ~/.bash_profile
Start the server as normal
Press Ctrl + A or Command + A (on mac)
Press D
screen -r