I'm using xampp and vagrant to run my project but whenever I try to makemigration or run the server I get this error
django.db.utils.OperationalError: (1045, "Access is denied for user 'root'@'localhost' (using Password: No)")
This is my connection data
I am using vagrant to run my project
Full error:
So what is the error?
If you launch it from the command line, you may have to define environment variables in that command line (see here)