Skip to content

Commit

Permalink
changed data base info
Browse files Browse the repository at this point in the history
  • Loading branch information
manishlalwani0410 committed Aug 17, 2023
1 parent fe0d4da commit d432495
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',

'ENGINE': 'django.db.backends.mysql',
'NAME': 'foodManiya', # name of the database
'USER': 'root',
'PASSWORD': '',
'HOST': 'localhost',
'PORT': '3306',
# 'ENGINE': 'django.db.backends.mysql',
# 'NAME': 'foodManiya', # name of the database
# 'USER': 'root',
# 'PASSWORD': '',
# 'HOST': 'localhost',
# 'PORT': '3306',
}
}

Expand Down
Binary file not shown.

0 comments on commit d432495

Please sign in to comment.