Got an error creating the test database: (1044, "Access denied for user 'djangouser'@'%' to database 'test_django_db'") code example
Example: Got an error creating the test database: permission denied to create database
=> ALTER USER django CREATEDB;