- 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
- Generate and render HTML Table by LLyaudet 4 days, 15 hours ago
- My firs Snippets by GutemaG 1 week ago
- FileField having auto upload_to path by junaidmgithub 1 month, 2 weeks ago
- LazyPrimaryKeyRelatedField by LLyaudet 1 month, 3 weeks ago
- CacheInDictManager by LLyaudet 1 month, 3 weeks ago
Comments
Please login first before commenting.