Login

run "silent" dev server

Author:
justinlilly
Posted:
June 3, 2007
Language:
Python
Version:
.96
Score:
1 (after 1 ratings)

This will hide the scrolling output from the development server so you can ssh and run the server in peace, for those of us with only one SSH session active developing on a remote server.

1
./manage.py runserver ip:port > serverAccess.log 2>&1 &

More like this

  1. Stuff by NixonDash 1 month ago
  2. Add custom fields to the built-in Group model by jmoppel 3 months, 1 week ago
  3. Month / Year SelectDateWidget based on django SelectDateWidget by pierreben 6 months, 3 weeks ago
  4. Python Django CRUD Example Tutorial by tuts_station 7 months, 1 week ago
  5. Browser-native date input field by kytta 8 months, 3 weeks ago

Comments

Please login first before commenting.