Switch Tim's laptop to use postgres.

(imported from commit e7f9d359843d23986ba25576531f0935f99f4c12)
This commit is contained in:
Tim Abbott 2012-12-03 12:46:24 -05:00
parent b2755472bb
commit aa0924f36b
1 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,14 @@ elif DEPLOYED:
'read_default_file': '/etc/mysql/my.cnf',
},
}
elif False:
DATABASES["default"] = {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'humbug',
'USER': 'humbug',
'PASSWORD': 'yuHavmefbek5',
'HOST': ''
}
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name