This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.Install mysqlclient in your local mechine | |
1.Check the mysql connection details as below: | |
DATABASES = { | |
'default': { | |
'ENGINE': 'django.db.backends.mysql', | |
'NAME': 'rscnewdb', | |
'USER': 'root', | |
'PASSWORD': 'password', | |
'HOST': 'localhost' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://drive.google.com/open?id=1RPb0YrFtADwAFF0STl5OGOVziQ1Vf4sfdfxds2r_tiA |