From a74bc2d7c17ad6b26488404fbf4968f003a86557 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 14 Feb 2012 21:09:39 -0500 Subject: [PATCH] Blah --- snipt/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snipt/settings.py b/snipt/settings.py index 65dd67c..cb7175a 100644 --- a/snipt/settings.py +++ b/snipt/settings.py @@ -18,11 +18,11 @@ INTERNAL_IPS = ('127.0.0.1',) DATABASES = { 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': '/Users/Nick/Code/snipt/db.db', - 'USER': '', + 'ENGINE': 'django.db.backends.postgresql_psycopg2', + 'NAME': 'snipt', + 'USER': 'Nick', 'PASSWORD': '', - 'HOST': '', + 'HOST': 'localhost', 'PORT': '', } }