mirror of
https://github.com/evgen-app/evg-app-back.git
synced 2024-11-10 19:26:33 +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 = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': "EvgenApp",
|
||||
"USER": "postgres",
|
||||
"PASSWORD" : "Ilvas2006",
|
||||
"HOST" : "127.0.1.1",
|
||||
"PORT" : "5432"
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user