Getting the following error message when running 'python manage.py' commands in console:
django.db.utils.OperationalError: (1045, "Access denied for user 'stevetone'@'ip-xxxxxxxxxx.ec2.internal' (using password: YES)")
Normally I would think that it indicates a db password error, but the application is working fine; it's just the manage command that is failing. Both use the same settings file that contains the database connection info.
Using Django 1.10, Python 2.7. Strangely, when I change back to an old Django 1.7 virtual env, the command works.
Anyone have an idea what I need to correct?