SECRET_KEY = 'xx' DEBUG = False DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': 'xx', 'USER': 'postgres', 'PASSWORD': 'xx', 'HOST': 'xx', 'PORT': '5432', } }