update settings and add readme
This commit is contained in:
@@ -77,10 +77,8 @@ WSGI_APPLICATION = 'nntpchan.wsgi.application'
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'HOST': 'localhost',
|
||||
'PASSWORD': 'jeff',
|
||||
'USER': 'jeff',
|
||||
'NAME': 'jeff',
|
||||
'HOST': '/var/run/postgresql',
|
||||
'NAME': 'postgres',
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user