mirror of
https://github.com/evgen-app/evg-app-back.git
synced 2024-11-22 08:46:34 +03:00
change sqllit
This commit is contained in:
parent
050c7d5ecb
commit
473f8cbe2d
Binary file not shown.
|
@ -103,12 +103,8 @@ WSGI_APPLICATION = 'evgenApp.wsgi.application'
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
'NAME': "EvgenApp",
|
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||||
"USER": "postgres",
|
|
||||||
"PASSWORD" : "Ilvas2006",
|
|
||||||
"HOST" : "127.0.1.1",
|
|
||||||
"PORT" : "5432"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user