- 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
- Stuff by NixonDash 1 month ago
- Add custom fields to the built-in Group model by jmoppel 3 months, 1 week ago
- Month / Year SelectDateWidget based on django SelectDateWidget by pierreben 6 months, 3 weeks ago
- Python Django CRUD Example Tutorial by tuts_station 7 months, 1 week ago
- Browser-native date input field by kytta 8 months, 3 weeks ago
Comments
Please login first before commenting.