Skip to content

Commit

Permalink
Fix documentation for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bernard committed Jun 2, 2023
1 parent 8e9abe0 commit 1163be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ And set the following settings:

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mariadb',
'ENGINE': 'django.db.backends.mysql',
'NAME': 'lgr',
'USER': 'lgr',
'PASSWORD': '1234',
Expand Down

0 comments on commit 1163be9

Please sign in to comment.