Skip to content

Instantly share code, notes, and snippets.

@gourneau
Created October 16, 2012 21:43
Show Gist options
  • Select an option

  • Save gourneau/3902234 to your computer and use it in GitHub Desktop.

Select an option

Save gourneau/3902234 to your computer and use it in GitHub Desktop.
echo ${watch_src_path}
ps awux | grep runserver | grep -v grep | awk '{print $2}' | tail -1 | xargs kill -9;
echo 'killed'
sleep .5
echo 'reloading'
export PYTHONPATH=/results/svn/TS/dbReports
python manage.py runserver_plus --noreload 0.0.0.0:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment