Skip to content

Commit

Permalink
Merge pull request #56 from cau-likelion-org/chore/emoji
Browse files Browse the repository at this point in the history
Chore/emoji
  • Loading branch information
oro7l authored Jul 22, 2024
2 parents ab5b335 + bc538b1 commit d198282
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_secret(setting, secrets=secrets):
'rest_framework_simplejwt.token_blacklist',
'dj_rest_auth',
'dj_rest_auth.registration',

'corsheaders',

'allauth',
Expand Down Expand Up @@ -141,6 +141,11 @@ def get_secret(setting, secrets=secrets):
'PASSWORD': get_secret("DB_PASSWORD"),
'HOST': get_secret("DB_HOST"),
'PORT': '3306',
'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
'charset': 'utf8mb4',
'use_unicode': True,
},
}
}

Expand Down

0 comments on commit d198282

Please sign in to comment.