django test app error - Got an error creating the test database: permission denied to create database

后端 未结 9 951
甜味超标
甜味超标 2020-12-22 16:53

When I try to test any app with command (I noticed it when I tried to deploy myproject using fabric, which uses this command):

python manage.py test appname
         


        
9条回答
  •  醉话见心
    2020-12-22 17:14

    Maybe you put your test in suspended mode or as a backgrounded job. Try with fg command in bash shell.

提交回复
热议问题