First time I think I've ever tried this. I'm using postgres and the database is configured correctly and I have psql.exe on my path.
So at the dos prompt I can: C:\>psql -d postgres -U admin type in the password and I'm fine. If I open the prompt within my project directory I can do the same with Django as user. But, when I open the dbshell in my project directory, it goes this way: C:\myproj>python manage.py dbshell C:\myproj>Password for user Django I type in the password and get: '*********' is not recognized as an internal or external command, operable program or batch file. C:\myproj> Then if just hit enter, I get: psql: fe_sendauth: no password supplied hit enter again and I'm back at the prompt again. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---