|
Posted by ling wang |
|
|
DATABASES = {
'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'mysql', 'USER': 'root', 'PASSWORD': '20100304', 'HOST': 'localhost', 'PORT': '', } } |
|
|
Posted by zeinab |
|
|
hello my friend
first of all, it's strongly recommended to use sqlite3 not mysql then you should use an extension .db at the end of the file name if you are using sqlite, you should use the whole and exact path for the name parameter and blank for host and other parameters |


