master
Nick Sergeant 2012-02-14 21:09:39 -05:00
parent 26689daa85
commit a74bc2d7c1
1 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ INTERNAL_IPS = ('127.0.0.1',)
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': '/Users/Nick/Code/snipt/db.db', 'NAME': 'snipt',
'USER': '', 'USER': 'Nick',
'PASSWORD': '', 'PASSWORD': '',
'HOST': '', 'HOST': 'localhost',
'PORT': '', 'PORT': '',
} }
} }