I'm brand new to Django (1st day) and setting up and environment on a MAC. I'm inside the environment created by pipenv and trying to execute python3 manage.py migrate
. I get the error "Access denied for user 'user_name'@'localhost' to database 'db_name'".
I have no problems connecting to the database either inside or outside the pipenv environment using the mysql command line tool.
MAC version 12.3.1
MySQL version = 8.0.28
Python version = 3.9.12
Ideas?
TIA...