mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-09 06:11:00 +00:00
tests.settings: Update backend path
This commit is contained in:
parent
e6833a2d52
commit
70963149d4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ if os.environ.get('SQLITE'):
|
|||
else:
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql_psycopg2",
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
"NAME": os.environ.get("DB_NAME", "modelutils"),
|
||||
"USER": os.environ.get("DB_USER", 'postgres'),
|
||||
"PASSWORD": os.environ.get("DB_PASSWORD", ""),
|
||||
|
|
|
|||
Loading…
Reference in a new issue