#Django issue

2 messages · Page 1 of 1 (latest)

royal plover
#

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)")

native rivet
#

you should put your username and password for your database service
seems like you are using MySQL.