Im using mysql in my windows7 for a year and its working fine. I recently know about django and trying to catch up the tutorials. I'm having a problem to set up the setting.py and I think its on 'NAME' path.
DATABASES =
{
'default':
{
'ENGINE': 'django.db.backends.mysql',
'NAME': os.path.join('C:/ProgramData/MySQL/MySQL Server
5.7/Data/mysql', 'db.frm'),
'USER': '***',
'PASSWORD':'***'
}
}