Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gourneau/3902231 to your computer and use it in GitHub Desktop.
reload
export PYTHONPATH=/results/svn/TS/dbReports
python manage.py runserver_plus --noreload 0.0.0.0:8000&
watchmedo shell-command \
--patterns="*.py;*.html" \
--recursive \
--command="./kill.sh" \
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment