Skip to content

Commit

Permalink
clean code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MafanNam committed Jan 13, 2024
1 parent 0d9447b commit e976519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clone_sound_cloud/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
"PORT": config("POSTGRES_PORT", "5432"),
},
DB_MONGODB: {
'ENGINE': 'djongo',
'NAME': 'clone-sound-cloud',
}
"ENGINE": "djongo",
"NAME": "clone-sound-cloud",
},
}

DATABASES = {"default": DATABASES_ALL[config("DJANGO_DB", "DB_SQLITE")]}
Expand Down

0 comments on commit e976519

Please sign in to comment.