Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shakhzod2000 authored Aug 19, 2024
1 parent ed896b7 commit b37c622
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions essential_words/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
'USER': os.getenv('DATABASE_USER'),
'PASSWORD': os.getenv('DATABASE_PASSWORD'),
'HOST': os.getenv('DATABASE_HOST'),
'PORT': os.getenv('DATABASE_PORT'),
'OPTIONS': {
'charset': 'utf8mb4',
},
}
}

Expand Down

0 comments on commit b37c622

Please sign in to comment.