Hi am havaing the following error
django.db.utils.OperationalError: (1045, "Access denied for user 'abdimaden'@'ip-10-168-122-144.ec2.internal' (using password: YES)")
DATABASES = { 80 'default': { 81 'ENGINE': 'django.db.backends.mysql', 82 'NAME': '<abdimaden>$<abc>', 83 'USER': 'abdimaden', 84 'PASSWORD': '***', 85 'HOST': 'abdimaden.mysql.pythonanywhere-services.com', 86 } 87 }
am using the correct password as i have resetted it many times