#Django issue
2 messages · Page 1 of 1 (latest)
you should put your username and password for your database service
seems like you are using MySQL.
2 messages · Page 1 of 1 (latest)
After running python manage.py runserver in a Django app, the output is showing an error. How can I solve this issue?
"""
django.db.utils.OperationalError: (1045, "Access denied for user 'wapuser'@'localhost' (using password: YES)")
you should put your username and password for your database service
seems like you are using MySQL.