Remove db settings from base config.

This commit is contained in:
Chris Jones
2012-01-16 13:37:58 -08:00
parent b7f1ad5fd0
commit 7763a5838d

View File

@@ -11,9 +11,9 @@ MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'djrill',
'USER': 'chris',
'ENGINE': 'django.db.backends',
'NAME': '',
'USER': '',
'PASSWORD': '',
'HOST': '',
'PORT': '',