Changes between Initial Version and Version 2 of Ticket #8978
- Timestamp:
- Sep 8, 2008, 5:54:29 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8978 – Description
initial v2 1 1 If you try to start a dbshell and don't have the postgresql client installed, you get an unhelpful error message: 2 2 3 {{{ 3 4 aaron@hoth:~/code/sfd$ ./manage.py dbshell 4 5 Traceback (most recent call last): … … 25 26 OSError: [Errno 2] No such file or directory 26 27 28 }}}