In [2]: c=connection.cursor()
i have written so it has been
The above exception was the direct cause of the following exception: OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: NO)")
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME':'test', 'USER':'root', 'Password':'Antimk', 'HOST':'localhost', 'PORT':'', 'OPTIONS':{ 'init_command':"SET sql_mode='STRICT_TABLES'" }
what am I doing like this