Skip to content

Commit

Permalink
sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkumar1503 committed Feb 13, 2021
1 parent ddce8c4 commit 2160912
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bloodbankmanagement/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,8 @@

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'blood',
'USER': 'root',
'PASSWORD': 'root',
'HOST': 'localhost',
'PORT': '3306',
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
}
}

Expand Down

0 comments on commit 2160912

Please sign in to comment.