Fix running Django against postgres on Tim's laptop.

I'm not sure why this wasn't set before, but it's needed for this to work.

(imported from commit fd77c975a234ccd6a972a6f2c9bfac21fcbb2d25)
This commit is contained in:
Tim Abbott 2013-01-07 13:47:17 -05:00
parent 6cd49fbb14
commit 86862a8c0a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ elif False:
'NAME': 'humbug',
'USER': 'humbug',
'PASSWORD': 'yuHavmefbek5',
'HOST': ''
'HOST': 'localhost'
}
# Local time zone for this installation. Choices can be found here: