Django Cannot Create Test Database Permission Denied

you user probably does not have permission to create a database, open a terminal and log into postgress as postgress and run the following

ALTER USER user CREATEDB;