Tune autoinstall script and settings to postgres
This commit is contained in:
@@ -97,12 +97,12 @@ WSGI_APPLICATION = 'sikweb.wsgi.application'
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'sik',
|
||||
'USER': 'sik',
|
||||
'PASSWORD': 'password123',
|
||||
'HOST': 'db',
|
||||
'PORT': '3306',
|
||||
'PORT': '5432',
|
||||
'TEST': {
|
||||
'NAME': 'sik_test',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user