# pwd
/root

# vi init.sh
-------------------------------------

#!/bin/bash

cd /home

source venv/bin/activate

cd webapp/mysite

tail -f logs/debug.log

-------------------------------------

# source init.sh


# python manage.py shell