私信  •  关注

Christian Ibarbia Ruiz

Christian Ibarbia Ruiz 最近回复了
DATABASES = {
        'default': {
            'ENGINE': 'django.db.backends.postgresql_psycopg2',
            'NAME': '...db name',
            'USER': "postgres",
            'PASSWORD': '...db password',
            'HOST': 'localhost',
            'PORT': '5432',
      } }